XfceFramebox

XfceFramebox — simple widget container with header text.

Synopsis


#include <libxfcegui4/libxfcegui4.h>

                    XfceFramebox;
GtkWidget *         xfce_framebox_new                   (const gchar *text,
                                                         gboolean indent);
void                xfce_framebox_add                   (XfceFramebox *framebox,
                                                         GtkWidget *widget);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkFrame
                                       +----XfceFramebox

Implemented Interfaces

XfceFramebox implements AtkImplementorIface and GtkBuildable.

Description

Details

XfceFramebox

typedef struct _XfceFramebox XfceFramebox;

Warning

XfceFramebox is deprecated and should not be used in newly-written code.


xfce_framebox_new ()

GtkWidget *         xfce_framebox_new                   (const gchar *text,
                                                         gboolean indent);

Warning

xfce_framebox_new is deprecated and should not be used in newly-written code.

Creates a new XfceFramebox container widget.

text :

header text.

indent :

if TRUE, the children will be indented.

Returns :

the newly allocated XfceFramebox container widget.

xfce_framebox_add ()

void                xfce_framebox_add                   (XfceFramebox *framebox,
                                                         GtkWidget *widget);

Warning

xfce_framebox_add is deprecated and should not be used in newly-written code.

Adds a child widget to the framebox container widget.

framebox :

an XfceFramebox object.

widget :

child widget to add to the framebox container.