Next: Gtk2::Curve | Previous: Gtk2::ComboBoxEntry | [Gtk2-Perl - Table of Contents] | [Gtk2-Perl - Index] |
Gtk2::Container
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable
Returns a list of properties of the child.
Alias for child_get
Sets a list of properties on the child.
Alias for child_set
Returns a list of Gtk2::Widget's, the children of the container.
Returns a list of Gtk2::Widgets, the focus chain.
Sets a focus chain, overriding the one computed automatically by GTK+.
In principle each widget in the chain should be a descendant of the container, but this is not enforced by this method, since it's allowed to set the focus chain before you pack the widgets, or have a widget in the chain that isn't always packed. The necessary checks are done when the focus chain is actually traversed.
Invoke $callback on each child of $container, including "internal" children. Most applications should not use this function. Compare with Gtk2::Container::foreach.
Invoke $callback on each child of $container, ignoring "internal" children.
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.