Help for this page

Select Code to Download


  1. or download this
    $mw->after( 'idle', [configure => $styleref_select_parent, 
                         -background => 'cyan' ],
    );
    
  2. or download this
     $styleref_select_parent->configure(-background => 'cyan');
  3. or download this
             after(*ms*, *callback*?).
    
  4. or download this
            sub brscmd {
                 my ($previous_index, $actual_index) = @_;
    ...
                           from curselection <$js>\n";
                    }
                 }
    
  5. or download this
            sub brscmd {
                 my ($previous_index, $actual_index) = @_;
    ...
                 }
            );
    }