Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: TK Scrollbars not working correctly

by pg (Canon)
on Jan 22, 2003 at 07:39 UTC ( [id://228962]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use strict;
    ...
    my $box = $mw->Scrolled(qw/Text -width 100 -height 15 -scrollbars se/)
    +->pack;
    $mw->Button(text=>"click", command=>[\&something, $box])->pack;
    MainLoop;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found