31 gtk_widget_set_sensitive(GTK_WIDGET(gs), (value==0)?FALSE:TRUE);
35 gtk_widget_grab_focus(GTK_WIDGET(gs));
48 "Function is not appropriate for this type of widget (%s)",
75 return (gtk_widget_get_sensitive(GTK_WIDGET(gs))==TRUE)?1:0;
78 return (gtk_widget_has_focus(GTK_WIDGET(gs))==TRUE)?1:0;
91 "Function is not appropriate for this type of widget (%s)",
114 "Function is not appropriate for this type of widget (%s)",
125 const char *defaultValue)
136 "Function is not appropriate for this type of widget (%s)",
158 gtk_box_pack_start(GTK_BOX(g), gChild,
176 wParent=GWEN_Widget_Tree_GetParent(w);
179 g=gtk_scrolled_window_new(
NULL,
NULL);
181 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(g), gContent);
#define DBG_WARN(dbg_logger, format,...)
#define GWEN_WIDGET_FLAGS_FILLY
@ GWEN_DialogProperty_Height
@ GWEN_DialogProperty_Enabled
@ GWEN_DialogProperty_Focus
@ GWEN_DialogProperty_Width
#define GWEN_ERROR_INVALID
#define GTK2_DIALOG_WIDGET_REAL
#define GTK2_DIALOG_WIDGET_CONTENT
#define GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING