![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
scrollbar(s)
$whatever = $parent->Scrolled('Whatever', -scrollbars = 'nw', ... widget options of Whatever here... );
'w'
, 'e'
or 'n'
, 's'
or a combination of them. If the one or both positions are prefixed with 'o'
the scrollbar will only show up if there is a 'real' need to scroll.
-{x,y}scrollcommand
options,
Scrolled does not complain if the specified widget class does not support them.
E.g.,
$parent->Scrolled('Button', ...)
One does not get an error message or warning when one tries to configure scrollbars after the widget construction:
$ascrolled->scrollbars('e') $ascrolled->configure(-scrollbars => 'e');
$CommentsMailTo = "perl5@dcs.ed.ac.uk"; include("../syssies_footer.inc");?>