Help for this page

Select Code to Download


  1. or download this
    sub msgBox {
        my($demo) = @_;
    ...
            -title            => 'messageBox Demo',
            -iconname         => 'messageBox',
        );
    
  2. or download this
    my %WIDGDEMO;            # class hash of active widget demonstrations
    
    ...
        -text             => 'Unknown Demo Text',
        -geometry_manager => 'pack',
        );