Class Index | Cross Index | Namespace Index |
Horizontal Box for laying widgets in a horizontal row.
Contained in: Gtk
Derived from:
Gtk::Box
Derived by:
Gtk::Combo
Gtk::Statusbar
#include <gtk--/box.h>
public function member index: |
||
HBox | (bool homogeneous=false, gint spacing=0); | |
GtkHBox* | gtkobj | (); |
const GtkHBox* | gtkobj | () const; |
static bool | isA | (Object* object); |
virtual | ~HBox | (); |
Use the GtkBox packing interface to determine the arrangement, spacing, width, and alignment of GtkHBox children.
All children are allocated the same height.
The homogeneous argument to controls whether each object in the box has the same size (i.e. the same width in an hbox, or the same height in a vbox). If it is set, the expand argument to the gtk_box_pack routines is always turned on.spacing determines width between children.