PHP-GTK
Friday, September 01, 2006 
download | documentation | wiki | applications | faq | changelog | resources 


search for in the  


previouschild-detached
GtkHBox Constructornext

Last updated: Mon, 28 Aug 2006
view this page in English

GtkHBox

A horizontal box for organizing child widgets.

Object Hierarchy

Direct Subclasses

Description

The GtkHBox container is designed to organize child widgets along a single row, allocating the same height to all children. This overrides any child requisition size, and child widgets that take up less than the allocated space are horizontally centered by default within that space.

Adding child widgets to a GtkHBox is done by packing methods that are either inherited from the GtkBox class, such as pack_start() , or by the less flexible add() , common to all container widgets.

GtkHBox and GtkVBox, in combination, are the most commonly used packing widgets.For sample code on how to use both, check the GtkVBox constructor entry.

See also: GtkVBox, GtkTable, GtkButtonBox, GtkBox, GtkContainer.

Constructors

GtkHBox ([bool homogeneous = false [, int spacing = 0]]);

-- Creates a container that arranges widgets horizontally.


User Contributed Notes
gtk.gtkhbox.php
add a note about notes
There are no user contributed notes for this page.


previouschild-detached
GtkHBox Constructornext

Last updated: Mon, 28 Aug 2006
view this page in English


credits 

PHP  Copyright © 2001-2006 The PHP Group
 All rights reserved.
Last updated: Mon Aug 28 01:39:46 2006 UTC