index, gtk-- homepage

class Gtk_HBox

#include <gtk--/box.h>
Base classes: Gtk_Box
Is derived by: Gtk_Combo Gtk_Statusbar

Public member index

Public member descriptions

Gtk_HBox

Gtk_HBox::Gtk_HBox(gint homogeneous=false, gint spacing=0);

The homogeneous argument to Gtk_HBox::Gtk_HBox (and the same for Gtk_VBox) 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.

(pages generated by PERCEPS -script.)