Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Writing and maintaining Tk GUIs with ZooZ

by g0n (Priest)
on Jun 03, 2006 at 11:20 UTC ( [id://553419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $worker;
    
    ...
        my $self = $class->SUPER::new($mw);
        return $self;
    }
    
  2. or download this
    sub widget
    {
    ...
        $self->{widget} = $widget;
        return $widget;
    }
    
  3. or download this
    my $worker = ServerListClass->new();
    my $serverlistwidget = $mv->$worker->widget($mw)->pack();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://553419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-26 00:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found