Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Scrolled Tree scrollbar xview problem

by nzsvz9 (Sexton)
on Mar 17, 2017 at 19:25 UTC ( [id://1185076]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Create a left hand view frame in the workspace frame - for the tree
    $TK{'vl'}=$TK{'ws'}->Frame()->pack(-side   => 'left',
                                       -anchor => 'n',
                                       -expand => 0,
                                       -fill   => 'both');
    
  2. or download this
      my @pos=$TK{'perltree'}->xview();
    
      my $pos=shift(@pos);
    
      print 'xview=' . join(",", $pos) . "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found