|
From: Erick J. B. <er...@e-...> - 2001-01-22 20:46:26
|
I added the resizable option, however it still does not
work:
$MainWin = new Win32::GUI::Window(
-name => "MainWin",
-text => "Main Window",
-height => 400,
-width => 450,
-left => 200,
-top => 100,
-font => $Font,
-menu => $Menu,
-resizable => 0,
);
|