![]() |
![]() |
![]() |
libxfcegui4 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <libxfcegui4/libxfcegui4.h> XfceFramebox; GtkWidget * xfce_framebox_new (const gchar *text
,gboolean indent
); void xfce_framebox_add (XfceFramebox *framebox
,GtkWidget *widget
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkFrame +----XfceFramebox
typedef struct _XfceFramebox XfceFramebox;
XfceFramebox
is deprecated and should not be used in newly-written code.
GtkWidget * xfce_framebox_new (const gchar *text
,gboolean indent
);
xfce_framebox_new
is deprecated and should not be used in newly-written code.
Creates a new XfceFramebox container widget.
|
header text. |
|
if TRUE, the children will be indented. |
Returns : |
the newly allocated XfceFramebox container widget. |
void xfce_framebox_add (XfceFramebox *framebox
,GtkWidget *widget
);
xfce_framebox_add
is deprecated and should not be used in newly-written code.
Adds a child widget
to the framebox
container widget.
|
an XfceFramebox object. |
|
child widget to add to the framebox container.
|