in reply to Re^2: How to resize mainwindow automatically
in thread How to resize mainwindow automatically
$mainwindow->configure( -background=> $mainframes_background);# Creating the Main Window $mainwindow = MainWindow->new(-title => " Select Fuel Tank for $Fu +el_Type Fuel ");
# Defines the Geometry for the Main Window $mainwindow->geometry("400x300"); $mainwindow->maxsize(400,500; $mainwindow->minsize(400,300);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to resize mainwindow automatically
by biohisham (Priest) on Oct 26, 2009 at 14:40 UTC | |
|
Re^4: How to resize mainwindow automatically
by Anonymous Monk on Oct 26, 2009 at 14:18 UTC |