- or download this
$goMainWindow = new MainWindow;
$goMainWindow->geometry('200x300'); #Exit is lopped off
- or download this
# at ther end of your build_gui sub
...
my $h = $goMainWindow->reqheight;
print "$w $h\n";
$goMainWindow->minsize($w,$h);
- or download this
#!/usr/bin/perl
use strict;
...
);
}