Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Writing and maintaining Tk GUIs with ZooZ

by g0n (Priest)
on May 27, 2006 at 13:28 UTC ( [id://551990]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ###########################zoozdemo.pl##########################
    #!perl
    ...
    sub ZloadFonts {
    }
    
  2. or download this
    # Widget Label1 isa Label
    $ZWIDGETS{'Label1'} = $MW->Label(
    ...
       -row    => 5,
       -column => 0,
      );
    
  3. or download this
    #
    # User-defined variables (if any)
    #
    my $worker->{labeltext} = ;
    
  4. or download this
    my %ZWIDGETS;
    my $worker = ZooZDemo->new(\%ZWIDGETS);
    
  5. or download this
    #!perl
    
    ...
    
    }
    
  6. or download this
    #!perl
    
    ...
    sub ZloadFonts {
    }
    
  7. or download this
    
    
    ...
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://551990]
Approved by McDarren
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-20 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found