Help for this page

Select Code to Download


  1. or download this
    
    # Create widgets.
    ...
       display->insert('end', new_text)
       display->adjust_vertical_scroll
    }
    
  2. or download this
    sub MainLoop {
       while (1) {
    ...
           $next_event->execute;
       }
    }