| libxfce4panel Reference Manual | ||||
|---|---|---|---|---|
XfceHVBox;
GtkWidget* xfce_hvbox_new (GtkOrientation orientation,
gboolean homogeneous,
int spacing);
void xfce_hvbox_set_orientation (XfceHVBox *hvbox,
GtkOrientation orientation);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----XfceHVBox
XfceHVBox is a GtkBox widget that allows the user to change its orientation. It is in fact a combination of GtkHBox and GtkVBox.