27 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
31 gtk_widget_grab_focus(GTK_WIDGET(g));
39 "Function is not appropriate for this type of widget (%s)",
59 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
62 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
70 "Function is not appropriate for this type of widget (%s)",
89 "Function is not appropriate for this type of widget (%s)",
100 const char *defaultValue) {
107 "Function is not appropriate for this type of widget (%s)",
128 gtk_box_pack_start(GTK_BOX(g), gChild,
130 (cflags & GWEN_WIDGET_FLAGS_FILLY)?TRUE:FALSE,
144 wParent=GWEN_Widget_Tree_GetParent(w);
static GWENHYWFAR_CB int Gtk2Gui_WVLayout_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
static GWENHYWFAR_CB int Gtk2Gui_WVLayout_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
int Gtk2Gui_WVLayout_Setup(GWEN_WIDGET *w)
#define GWEN_ERROR_INVALID
static GWENHYWFAR_CB int Gtk2Gui_WVLayout_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
#define GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING
#define DBG_WARN(dbg_logger, format, args...)
#define GWEN_WIDGET_FLAGS_EQUAL_HEIGHT
#define GTK2_DIALOG_WIDGET_REAL
static GWENHYWFAR_CB int Gtk2Gui_WVLayout_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
static GWENHYWFAR_CB const char * Gtk2Gui_WVLayout_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
#define GWEN_WIDGET_FLAGS_FILLY
#define GTK2_DIALOG_WIDGET_CONTENT