NAME
Gapp::Bin - Bin widget
OBJECT HIERARCHY
- Gapp::Widget
- +-- Gapp::Container
- ....+-- Gapp::Bin
- ........+-- Gapp::ScrolledWindow
PROVIDED ATTRIBUTES
- policy
-
Set the policy of the scrolled window. Possible values for
hscrollpolicy
andvscrollpolicy
areautomatic
,always
, andnever
. - use_viewport
-
Whether the scrolled window should use a viewport when packing widgets. Use this when packing widgets that do not support scrolling.
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.