Help for this page

Select Code to Download


  1. or download this
    $wizard->addPage( sub { MyTextFrame( $wiz ); } );
    
    ...
        return $frame;
    }
    
  2. or download this
    $wizard->addPage( sub { $wiz->MyTextFrame; } );
    
    sub Tk::Wizard::MyTextFrame { ...
    
  3. or download this
      $t->configure( -state => "disabled" );