Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I would like to know how to disable the minimize, maximize, and close button for a mainwindow in Tk.
my $mw = MainWindow->new; $mw->title("FOO BAR"); $mw->deiconify(); #Doesn't work
Any ideas, or is this even possible?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk Main window controls
by physi (Friar) on Feb 11, 2003 at 16:39 UTC | |
by Anonymous Monk on Feb 11, 2003 at 17:29 UTC | |
|
Re: Tk Main window controls
by traveler (Parson) on Feb 11, 2003 at 17:09 UTC |