Perl/TK - Deactivate Main Window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajesh mittal
    New Member
    • Mar 2007
    • 1

    Perl/TK - Deactivate Main Window

    how to deactivate the main window in perl/tk.
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by rajesh mittal
    how to deactivate the main window in perl/tk.
    This question is being moved to the Perl forum.

    ADMIN

    Comment

    • miller
      Recognized Expert Top Contributor
      • Oct 2006
      • 1086

      #3
      Originally posted by rajesh mittal
      how to deactivate the main window in perl/tk.
      Hi rajesh,

      I have little experience with TK, but take a look at the pod documentation for Widgets:

      cpan pod TK::Widget

      Do a text search for "UnmapWindo w", and it will refer to a function called "withdraw".

      Good Luck,
      - Miller

      Comment

      Working...