in reply to Re^2: getting visible area of Tk::Scrolled?
in thread getting visible area of Tk::Scrolled?
Use $canvas->get_corners to obtain the bounding box of the visible portion of the canvas.
See also the return lists from the ->xview() & ->yview() methods which are useful for manipulating the scrollbars.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: getting visible area of Tk::Scrolled?
by halley (Prior) on Sep 19, 2011 at 20:42 UTC |