PHP-GTK
Saturday, July 04, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previouspre-activate
GtkVBox Constructornext

Last updated: Sat, 04 Jul 2009
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, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sat Jul 4 01:52:52 2009 UTC