XfceHVBox

XfceHVBox —

Container widget with configurable orienation.

Synopsis




            XfceHVBox;
GtkWidget*  xfce_hvbox_new                  (GtkOrientation orientation,
                                             gboolean homogeneous,
                                             int spacing);
void        xfce_hvbox_set_orientation      (XfceHVBox *hvbox,
                                             GtkOrientation orientation);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----XfceHVBox

Implemented Interfaces

XfceHVBox implements AtkImplementorIface.

Description

XfceHVBox is a GtkBox widget that allows the user to change its orientation. It is in fact a combination of GtkHBox and GtkVBox.

Details

XfceHVBox

typedef struct _XfceHVBox XfceHVBox;


xfce_hvbox_new ()

GtkWidget*  xfce_hvbox_new                  (GtkOrientation orientation,
                                             gboolean homogeneous,
                                             int spacing);

Creates a new XfceHVBox container widget.

orientation :
homogeneous : whether all children should be allocated the same size
spacing : spacing between XfceHVBox children
Returns : the newly allocated XfceHVBox container widget.

xfce_hvbox_set_orientation ()

void        xfce_hvbox_set_orientation      (XfceHVBox *hvbox,
                                             GtkOrientation orientation);

hvbox :
orientation :