how to deactivate the main window in perl/tk.
Perl/TK - Deactivate Main Window
Collapse
X
-
Tags: None
-
Hi rajesh,Originally posted by rajesh mittalhow to deactivate the main window in perl/tk.
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,
- MillerComment
Comment