Help for this page

Select Code to Download


  1. or download this
    my $i = $frame1->Checkbutton(..., -state => \$state, ...);
    
  2. or download this
    sub setting {
      $i->configure(-state => (substr($regex, 0, 2) eq 'tr'
          ? 'disabled' : 'normal' ));
    }