DOKK / manpages / debian 10 / libgtk2-perl-doc / Gtk2::SizeGroup.3pm.en
Gtk2::SizeGroup(3pm) User Contributed Perl Documentation Gtk2::SizeGroup(3pm)

Gtk2::SizeGroup - wrapper for GtkSizeGroup

  Glib::Object
  +----Gtk2::SizeGroup

  Gtk2::Buildable

$mode (Gtk2::SizeGroupMode)

$size_group->add_widget ($widget)

$widget (Gtk2::Widget)

Since: gtk+ 2.8

$size_group->set_ignore_hidden ($ignore_hidden)

$ignore_hidden (boolean)

Since: gtk+ 2.8

$size_group->set_mode ($mode)

$mode (Gtk2::SizeGroupMode)

$size_group->remove_widget ($widget)

$widget (Gtk2::Widget)

Since: gtk+ 2.10

'ignore-hidden' (boolean : default false : readable / writable / private)
If TRUE, unmapped widgets are ignored when determining the size of the group
'mode' (Gtk2::SizeGroupMode : default "horizontal" : readable / writable / private)
The directions in which the size group affects the requested sizes of its component widgets

  • 'none' / 'GTK_SIZE_GROUP_NONE'
  • 'horizontal' / 'GTK_SIZE_GROUP_HORIZONTAL'
  • 'vertical' / 'GTK_SIZE_GROUP_VERTICAL'
  • 'both' / 'GTK_SIZE_GROUP_BOTH'

Gtk2, Glib::Object

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2017-06-24 perl v5.24.1