w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



PHP-GTK Manual

This manual is provided as a courtesy. It is not an official source. Please check gtk.php.net for updated information.

PHP-GTK Manual

PHP-GTK Manual

GtkBox

Base class for box containers.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkContainer
              `-- GtkBox

Direct subclasses

Description

GtkBox is a base class providing box containers GtkHBox and GtkVBox with properties and methods for packing any number of child widgets.

Note that GtkBox is an abstract class and cannot be constructed directly.

See also: GtkBin, GtkBoxChild, GtkContainer, GtkTable.

Methods

pack_start()
  Packs from top or left of box container.
pack_end()
  Packs from bottom or right of box container.
pack_start_defaults()
  Packs from top or right using default settings.
pack_end_defaults()
  Packs from bottom or left using default settings.
set_homogeneous()
  Toggles equality of child sizing.
set_spacing()
  Sets spacing between children.
reorder_child()
  Sets new position for child.
set_child_packing()
  Sets packing parameters for child.
query_child_packing()
  Queries packing parameters for child.

Properties

children:
  Array of child packing information.
spacing:
  Universal spacing policy.
homogeneous:
  Universal sizing policy.

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved