home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / Tk / Checkbutton / Invoke.al < prev   
Encoding:
Text File  |  1997-08-10  |  213 b   |  12 lines

  1. # NOTE: Derived from blib\lib\Tk\Checkbutton.pm.  Changes made here will be lost.
  2. package Tk::Checkbutton;
  3.  
  4. sub Invoke
  5. {
  6.  my $w = shift;
  7.  $w->invoke() unless($w->cget("-state") eq "disabled");
  8. }
  9.  
  10. 1;
  11. 1;
  12.