man Gtk2::SizeGroup () - Gtk2::SizeGroup
NAME
Gtk2::SizeGroup
HIERARCHY
Glib::Object +----Gtk2::SizeGroup
METHODS
sizegroup = Gtk2::SizeGroup->new ($mode)
$size_group->add_widget ($widget)
$size_group->set_ignore_hidden ($ignore_hidden)
$size_group->set_mode ($mode)
$size_group->remove_widget ($widget)
PROPERTIES
- 'ignore-hidden' (boolean : readable / writable / private)
- If TRUE, hidden widgets are ignored when determining the size of the group
- 'mode' (Gtk2::SizeGroupMode : readable / writable / private)
- The directions in which the size group affects the requested sizes of its component widgets
ENUMS AND FLAGS
enum Gtk2::SizeGroupMode
- * 'none' / 'GTK_SIZE_GROUP_NONE'
- * 'horizontal' / 'GTK_SIZE_GROUP_HORIZONTAL'
- * 'vertical' / 'GTK_SIZE_GROUP_VERTICAL'
- * 'both' / 'GTK_SIZE_GROUP_BOTH'
SEE ALSO
Gtk2, Glib::Object
COPYRIGHT
Copyright (C) 2003-2005 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.