30 gtk_widget_set_sensitive(GTK_WIDGET(gs), (value==0)?FALSE:TRUE);
34 gtk_widget_grab_focus(GTK_WIDGET(gs));
47 "Function is not appropriate for this type of widget (%s)",
73 return (gtk_widget_get_sensitive(GTK_WIDGET(gs))==TRUE)?1:0;
76 return (gtk_widget_has_focus(GTK_WIDGET(gs))==TRUE)?1:0;
89 "Function is not appropriate for this type of widget (%s)",
111 "Function is not appropriate for this type of widget (%s)",
122 const char *defaultValue) {
132 "Function is not appropriate for this type of widget (%s)",
153 gtk_box_pack_start(GTK_BOX(g), gChild,
155 (cflags & GWEN_WIDGET_FLAGS_FILLY)?TRUE:FALSE,
168 wParent=GWEN_Widget_Tree_GetParent(w);
171 g=gtk_scrolled_window_new(
NULL,
NULL);
172 gContent=gtk_box_new(GTK_ORIENTATION_VERTICAL,
#define GWEN_ERROR_INVALID
#define GTK3_DIALOG_WIDGET_REAL
#define GTK3_DIALOG_WIDGET_CONTENT
#define DBG_WARN(dbg_logger, format, args...)
#define GWEN_WIDGET_FLAGS_FILLY
#define GTK3_GUI_DIALOG_DEFAULT_BOX_SPACING