Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Tk, perl 5.6, and scrolled

by mullr (Sexton)
on May 28, 2001 at 11:22 UTC ( [id://83706]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tk;
    ...
    $listbox->pack( -expand => 1, -fill => 'both' );
    
    MainLoop;
    
  2. or download this
    my $xsb = $listbox->Subwidget("xscrollbar");
    my $ysb = $listbox->Subwidget("yscrollbar");
    
    $xsb->configure(-width => 10);
    $ysb->configure(-width => 10);
    

Log In?
Username:
Password:

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

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

    No recent polls found