PHP-GTK
Tuesday, October 14, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previouspre-activate
GtkVBox Constructornext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkVBox

A vertical box for organizing child widgets.

Object Hierarchy

Direct Subclasses

Description

The GtkVBox container is designed to organize child widgets along a single column, allocating the same width to all children. This overrides any child requisition size, and child widgets that take up less than the allocated width are vertically centered by default.

Adding child widgets to a GtkVBox 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.

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

Constructors

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

-- Creates a container for arranging widgets vertically.


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


previouspre-activate
GtkVBox Constructornext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Dec 15 02:46:33 2007 UTC