Help for this page

Select Code to Download


  1. or download this
            $wjLabEntry->destroy;
            $mode_buttons->destroy;
            $wjLabEntry = $mw->Frame(-bg => "wheat1")->pack();
            $mode_buttons = $mw->Frame(-bg => "wheat1")->pack();
    
  2. or download this
            $_->destroy for ( $wjLabEntry->children );
            $_->destroy for ( $mode_buttons->children );