Help for this page

Select Code to Download


  1. or download this
    sub Show {
    
    ...
        &$old_focus;
        &$old_grab;
        return $cw->{'selected_button'};
    
  2. or download this
    sub Show {
        my ($cw, $grab) = @_;
    ...
        &$old_grab;
        return $cw->{'selected_button'};
    }