28 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
32 gtk_widget_grab_focus(GTK_WIDGET(g));
45 "Function is not appropriate for this type of widget (%s)",
66 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
69 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
82 "Function is not appropriate for this type of widget (%s)",
103 gtk_frame_set_label(GTK_FRAME(g), value);
110 "Function is not appropriate for this type of widget (%s)",
121 const char *defaultValue)
130 return gtk_frame_get_label(GTK_FRAME(g));
136 "Function is not appropriate for this type of widget (%s)",
158 gtk_box_pack_start(GTK_BOX(g), gChild,
177 wParent=GWEN_Widget_Tree_GetParent(w);
183 gtk_container_add(GTK_CONTAINER(g), gContent);
static GWENHYWFAR_CB int Gtk2Gui_WGroupBox_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
int Gtk2Gui_WGroupBox_Setup(GWEN_WIDGET *w)
#define GWEN_ERROR_INVALID
#define GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING
#define DBG_WARN(dbg_logger, format, args...)
static GWENHYWFAR_CB int Gtk2Gui_WGroupBox_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *value, GWEN_UNUSED int doSignal)
#define GTK2_DIALOG_WIDGET_REAL
static GWENHYWFAR_CB int Gtk2Gui_WGroupBox_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
#define GWEN_WIDGET_FLAGS_FILLY
#define GTK2_DIALOG_WIDGET_CONTENT
static GWENHYWFAR_CB const char * Gtk2Gui_WGroupBox_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WGroupBox_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)