in reply to Sizing Tk Widgets WRT the Taskbar
Works for me on both KDE, Gnome and Win98. It just maximizes the main window and does not go behind panels or taskbars.# Create the main window my $main = MainWindow->new(); # Maximize the window my ($screenw, $screenh) = ($main->screenwidth, $main->screenheight); $main->geometry($screenw."x".$screenh);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sizing Tk Widgets WRT the Taskbar
by nokesja (Initiate) on May 14, 2001 at 10:02 UTC |