28 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
32 gtk_widget_grab_focus(GTK_WIDGET(g));
41 gtk_widget_set_visible(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
49 "Function is not appropriate for this type of widget (%s)",
70 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
73 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
82 return (gtk_widget_get_visible(GTK_WIDGET(g))==TRUE)?1:0;
89 "Function is not appropriate for this type of widget (%s)",
110 gtk_frame_set_label(GTK_FRAME(g), value);
117 "Function is not appropriate for this type of widget (%s)",
128 const char *defaultValue)
137 return gtk_frame_get_label(GTK_FRAME(g));
143 "Function is not appropriate for this type of widget (%s)",
165 gtk_box_pack_start(GTK_BOX(g), gChild,
182 wParent=GWEN_Widget_Tree_GetParent(w);
187 gContent=gtk_box_new(GTK_ORIENTATION_VERTICAL,
189 gtk_container_add(GTK_CONTAINER(g), gContent);
#define DBG_WARN(dbg_logger, format, args...)
#define GWEN_WIDGET_FLAGS_FILLY
@ GWEN_DialogProperty_Visibility
@ GWEN_DialogProperty_Title
@ GWEN_DialogProperty_Height
@ GWEN_DialogProperty_Enabled
@ GWEN_DialogProperty_Focus
@ GWEN_DialogProperty_Width
#define GWEN_ERROR_INVALID
static GWENHYWFAR_CB int Gtk3Gui_WGroupBox_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
static GWENHYWFAR_CB int Gtk3Gui_WGroupBox_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
static GWENHYWFAR_CB int Gtk3Gui_WGroupBox_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *value, GWEN_UNUSED int doSignal)
static GWENHYWFAR_CB const char * Gtk3Gui_WGroupBox_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *defaultValue)
int Gtk3Gui_WGroupBox_Setup(GWEN_WIDGET *w)
static GWENHYWFAR_CB int Gtk3Gui_WGroupBox_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)
#define GTK3_DIALOG_WIDGET_CONTENT
#define GTK3_DIALOG_WIDGET_REAL
#define GTK3_GUI_DIALOG_DEFAULT_BOX_SPACING