Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: resizing problem with Tk appl using PackForget

by Anonymous Monk
on Dec 07, 2011 at 08:31 UTC ( [id://942177]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $rememberer = MakeHideDaddyChildButton(
        -buttonDaddy => $top_frame,
    ...
        -hiders      => [ $top_frame, $middle_frame ],    #daddys kiddys
    );
    $rememberer->pack;
    
  2. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    ...
        $b->configure(-state => "normal");
        $mw->update;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found