Help for this page

Select Code to Download


  1. or download this
    $interpreter->Eval('pure-tcl-code-to-create-and-manipulate-widgets');
    
  2. or download this
    my $btn=$frame->Button(-text=>'Ok',-command=>sub{print 'ok'})->pack;