Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: TK Toplevel Window List

by kcott (Archbishop)
on Feb 12, 2013 at 20:27 UTC ( [id://1018442]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -T
    
    ...
        my $mw = shift;
        return join $widget_list_joiner => $mw, $mw->children;
    }
    
  2. or download this
    $mw->name : pm_tk_top_list
    $mw->interps : 
    ...
            Tk::Toplevel=HASH(0x7fecba9493b0)
            Tk::Frame=HASH(0x7fecba9a3900)
            Tk::Frame=HASH(0x7fecba9a3180)
    
  3. or download this
    $mw->name : pm_tk_top_list #3
    $mw->interps : 
    ...
            Tk::Toplevel=HASH(0x7fbb309493b0)
            Tk::Frame=HASH(0x7fbb309a3900)
            Tk::Frame=HASH(0x7fbb309a3180)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-28 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found