Help for this page

Select Code to Download


  1. or download this
      my $w = $mw->myZooZwidget->pack;
    
  2. or download this
      $w->configure(-label1_text => 'new text');
    
  3. or download this
      $w->Subwidget('label1')->configure(-text => 'new text');