home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / Tk / Widget / FindMenu.al < prev    next >
Encoding:
Text File  |  1997-08-10  |  187 b   |  11 lines

  1. # NOTE: Derived from blib\lib\Tk\Widget.pm.  Changes made here will be lost.
  2. package Tk::Widget;
  3.  
  4. sub FindMenu
  5. {
  6.  # default FindMenu is that there no menu.
  7.  return undef;
  8. }
  9.  
  10. 1;
  11.