Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Perl/Tk Optional Vertical Scrollbar Bugfix

by liverpole (Monsignor)
on Oct 24, 2010 at 18:47 UTC ( [id://867078]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #
    ...
            $c_out->($text);
        }
    }
    
  2. or download this
    sub simple_nudge {
        my ($w)    = @_;
    ...
        $mw->geometry("${w1}x${h1}+${x}+${y}"); $mw->update;
        $mw->geometry("${w0}x${h0}+${x}+${y}"); $mw->update;
    }
    
  3. or download this
    
    sub nudge_widget {
    ...
            $this->pack(-expand => $exp, -fill => $fill);
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found