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
    $mw->afterIdle([ configure => $styleref_select_parent, -background => 
    +'cyan' ]);
    
  3. or download this
    [ 'methodname', args... ], ...
    
  4. or download this
    $mw->after( 2000 => configure => $tree, -background => 'green' );