man Gtk2::Box () - Gtk2::Box
NAME
Gtk2::Box
HIERARCHY
Glib::Object +----Glib::Object::_Unregistered::GInitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box
INTERFACES
Gtk2::Atk::ImplementorIface
METHODS
$box->set_homogeneous ($homogeneous)
$box->pack_end_defaults ($widget)
$box->pack_start_defaults ($widget)
$box->set_spacing ($spacing)
PROPERTIES
- 'homogeneous' (boolean : readable / writable / private)
- Whether the children should all be the same size
- 'spacing' (integer : readable / writable / private)
- The amount of space between children
ENUMS AND FLAGS
enum Gtk2::PackType
- * 'start' / 'GTK_PACK_START'
- * 'end' / 'GTK_PACK_END'
SEE ALSO
Gtk2, Glib::Object, Glib::Object::_Unregistered::GInitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container
COPYRIGHT
Copyright (C) 2003-2005 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.