NAME
Gapp::Paned - Box widget
OBJECT HIERARCHY
- l<Gapp::Object>
- +--Gapp::Widget
- ....+-- Gapp::Container
- ........+-- Gapp::Paned
DELEGATED PROPERTIES
- max_position
- min_position
- position
- position_set
PROVIDED ATTRIBUTES
- resize1
-
Determines if the widget in the left/top pane will expand when the pane is resized.
- resize2
-
Determines if the widget in the right/bottom pane will expand when the pane is resized.
- shrink1
-
Determines if the widget in the left/top cpane an be resized smaller than it's requested dimensions.
- shrink2
-
Determines if the widget in the right/bottom pane can be resized smaller than it's requested dimensions.
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.