Help for this page

Select Code to Download


  1. or download this
     use Tk; my $mw = tkinit; $mw->Button->pack for 1..3; $mw->WidgetDump; MainLoop;
  2. or download this
    
    Name:    button1
    PathName:    .button1
    [Flash widget]
    
  3. or download this
    $ww->Name = [
                  'button1'
                ];
    $Error = '';
    @res = <button1>
    
  4. or download this
    $ww->PathName = [
                      '.button1'
                    ];
    $Error = '';
    @res = <.button1>