|  |  |  | Libxfce4panel Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
#include <libxfce4panel/libxfce4panel.h>
                    XfceHVBox;
GtkWidget *         xfce_hvbox_new                      (GtkOrientation orientation,
                                                         gboolean homogeneous,
                                                         gint 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.
typedef struct _XfceHVBox XfceHVBox;
The XfceHVBox struct contains private data only, and should be accessed using the functions below.
GtkWidget * xfce_hvbox_new (GtkOrientation orientation,gboolean homogeneous,gint spacing);
Creates a new XfceHVBox container widget.