Help for this page

Select Code to Download


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