Query: gtk2::sizegroup
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Gtk2::SizeGroup(3) User Contributed Perl Documentation Gtk2::SizeGroup(3)NAMEGtk2::SizeGroupHIERARCHYGlib::Object +----Gtk2::SizeGroupINTERFACESGtk2::BuildableMETHODSsizegroup = Gtk2::SizeGroup->new ($mode) o $mode (Gtk2::SizeGroupMode) $size_group->add_widget ($widget) o $widget (Gtk2::Widget) boolean = $size_group->get_ignore_hidden Since: gtk+ 2.8 $size_group->set_ignore_hidden ($ignore_hidden) o $ignore_hidden (boolean) Since: gtk+ 2.8 sizegroupmode = $size_group->get_mode $size_group->set_mode ($mode) o $mode (Gtk2::SizeGroupMode) $size_group->remove_widget ($widget) o $widget (Gtk2::Widget) list = $size_group->get_widgets Since: gtk+ 2.10PROPERTIES'ignore-hidden' (boolean : readable / writable / private) If TRUE, unmapped 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 widgetsENUMS AND FLAGSenum Gtk2::SizeGroupMode o 'none' / 'GTK_SIZE_GROUP_NONE' o 'horizontal' / 'GTK_SIZE_GROUP_HORIZONTAL' o 'vertical' / 'GTK_SIZE_GROUP_VERTICAL' o 'both' / 'GTK_SIZE_GROUP_BOTH'SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::SizeGroup(3)
Related Man Pages |
---|
gtk2::fontselection(3) - suse |
gtk2::optionmenu(3) - suse |
gtk2::menubar(3) - suse |
gtk2::eventbox(3pm) - debian |
gtk2::toggletoolbutton(3pm) - debian |