GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::Container(3) User Contributed Perl Documentation Gtk2::Container(3)

Gtk2::Container - wrapper for GtkContainer

  Glib::Object
  +----Glib::InitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container

  Glib::Object::_Unregistered::AtkImplementorIface
  Gtk2::Buildable

$widget (Gtk2::Widget)

  • $widget (Gtk2::Widget)
  • ... (list) list of property name/value pairs

$border_width (integer)

  • $child (Gtk2::Widget)
  • ... (list) list of property names

Returns a list of properties of the child.

  • $child (Gtk2::Widget)
  • ... (list)

Alias for child_get

  • $child (Gtk2::Widget)
  • ... (list) list of property name/value pairs

Sets a list of properties on the child.

  • $child (Gtk2::Widget)
  • ... (list)

Alias for child_set

Returns a list of Gtk2::Widget's, the children of the container.

$name (string)

Return a "Glib::ParamSpec" for child property $name on container $object_or_class_name. If there's no property $name then return "undef". See Glib::Object "list_properties" for the fields in a ParamSpec.

Returns a list of Gtk2::Widgets, the focus chain.

... (list) of Gtk2::Widget's, 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.

Since: gtk+ 2.14

$child (Gtk2::Widget or undef)

$adjustment (Gtk2::Adjustment or undef)

$adjustment (Gtk2::Adjustment or undef)

  • $callback (subroutine) Code to invoke on each child widget
  • $callback_data (scalar)

Invoke $callback on each child of $container, including "internal" children. Most applications should not use this function. Compare with Gtk2::Container::foreach.

  • $callback (subroutine) Code to invoke on each child widget
  • $callback_data (scalar)

Invoke $callback on each child of $container, ignoring "internal" children.

Return a list of "Glib::ParamSpec" objects which are the child properties available for children of a container $object_or_class_name. See Glib::Object "list_properties" for the fields in a ParamSpec.

  • $child (Gtk2::Widget)
  • $event (Gtk2::Gdk::Event)

$needs_redraws (boolean)

$widget (Gtk2::Widget)

$resize_mode (Gtk2::ResizeMode)

'border-width' (Glib::UInt : default 0 : readable / writable / private / static-nick / static-blurb)
The width of the empty border outside the containers children
'child' (Gtk2::Widget : default undef : writable / private / static-nick / static-blurb)
Can be used to add a new child to the container
'resize-mode' (Gtk2::ResizeMode : default "parent" : readable / writable / private / static-nick / static-blurb)
Specify how resize events are handled

add (Gtk2::Container, Gtk2::Widget)
check-resize (Gtk2::Container)
remove (Gtk2::Container, Gtk2::Widget)
set-focus-child (Gtk2::Container, Gtk2::Widget)

  • 'parent' / 'GTK_RESIZE_PARENT'
  • 'queue' / 'GTK_RESIZE_QUEUE'
  • 'immediate' / 'GTK_RESIZE_IMMEDIATE'

Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget

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

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

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.