hbox
vbox is the real implementation of abstract type box.
box instances can be created from hbox, and vbox respectively.
box has child widgets stored in a GList with data pointer
to the structure 'GtkBoxChild'.
You see add elements to a hbox using the function of box API.
Adding from the start, for a Hbox implies that the elements
get added from L-R. conversely for a adding from end, implies
a R-L addition order of widget.
Creating a new hbox is a simple matter of using the constructor
GtkWidget* gtk_hbox_new (gboolean homogeneous,
gint spacing);
if TRUE, homogenous sets all child widgets to same size,
and spacing is the requested space between child widgets.
see also: box, container
Last Modified on Fri Jul 1 20:12:56 IST 2005
This is part of the GtkBook project Hosted Here
This code, documents and images are © Muthiah Annamalai
This document is under Creative Commons License given by
LICENSE