![]() | ![]() | ![]() | libxfcegui4 Reference Manual | ![]() |
---|
XfceFramebox — simple widget container with header text.
#include <libxfcegui4/libxfcegui4.h> struct XfceFramebox; GtkWidget* xfce_framebox_new (const gchar *text, gboolean indent); void xfce_framebox_add (XfceFramebox *framebox, GtkWidget *widget);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkFrame +----XfceFramebox
GtkWidget* xfce_framebox_new (const gchar *text, gboolean indent);
Creates a new XfceFramebox container widget.
text : | header text. |
indent : | if TRUE, the children will be indented. |
Returns : | the newly allocated XfceFramebox container widget. |
void xfce_framebox_add (XfceFramebox *framebox, GtkWidget *widget);
Adds a child widget to the framebox container widget.
framebox : | an XfceFramebox object. |
widget : | child widget to add to the framebox container. |
<< XfceFileChooser | XfceIconTheme >> |