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


search for in the  


previousGtkHBox Constructor
GtkHButtonBox Constructornext

Last updated: Sat, 04 Jul 2009
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkHButtonBox

Container for arranging buttons in a row.

Object Hierarchy

Description

A button box can be used to provide a consistent layout of buttons through an application. A GtkHButtonBox arranges buttons in a row.

Adding buttons to a GtkHButtonBox is done the same way widgets are added to other containers, using add() . The pack_start and pack_end methods work exactly as add() , adding widgets according to the current layout style and depending on whether the child button has had set_child_secondary() called on it.

The spacing between buttons can be set with set_spacing() . The arrangement and layout of the buttons can be changed with set_layout() .

Constructors

-- Creates a new GtkHButtonBox.


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


previousGtkHBox Constructor
GtkHButtonBox 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:21 2009 UTC