in reply to Perl Tk Scrolled Width Question
G'day buzzthebuzzsaw,
"Ideally the pane should extend to not require the scrollbars unless the user manually reduces it."
Take a look at the documentation for Tk::Pane. You'll need these options:
See also: Tk::Scrollbar, Tk::Widget and Tk::Wm.
You may need to do other things (e.g. with geometry management) but, as you've shown no code, I'm unable to say what that might be.
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Tk Scrolled Width Question
by buzzthebuzzsaw (Acolyte) on Nov 11, 2015 at 15:12 UTC |