- or download this
use Tk 800;
use Tk::Dialog;
...
$status_menu->command(-label => "M~essages", -command => sub { m
+essages_function(\$frame) });
....
- or download this
sub event_function
{
...
$view = $$top->Frame(qw/-width 800 -height 400 -background whi
+te/)->pack(-expand => 1, -fill => 'both');
...
- or download this
sub messages_function
{
...
}
$view = $$top->Frame(qw/-width 400 -height 400 -background white/)->
+pack();
...