in reply to How to clear the buffer: Win32::GUI
$Main = Win32::GUI::Window->new( -name => 'Main', -title => $appname, -pos => [10,10], -menu => $MainMenu, -maxsize => [500, 660], -onTerminate => \&Exit_Click, -onMinimize => \&DoHideMe_Click, -onTimer => sub{TimedOperation_Timer()}, -size => [500,650], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to clear the buffer: Win32::GUI
by Udhay (Initiate) on Aug 11, 2012 at 11:57 UTC |