40 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
44 gtk_widget_grab_focus(GTK_WIDGET(g));
52 "Function is not appropriate for this type of widget (%s)",
72 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
75 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
83 "Function is not appropriate for this type of widget (%s)",
102 "Function is not appropriate for this type of widget (%s)",
113 const char *defaultValue) {
120 "Function is not appropriate for this type of widget (%s)",
179 gtk_table_attach(GTK_TABLE(g), gChild,
215 wParent=GWEN_Widget_Tree_GetParent(w);
int Gtk2Gui_WGridLayout_Setup(GWEN_WIDGET *w)
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
#define GWEN_ERROR_INVALID
static GWENHYWFAR_CB void Gtk2Gui_WGridLayout_FreeData(void *bp, void *p)
#define GWEN_FREE_OBJECT(varname)
#define GTK2_GUI_DIALOG_DEFAULT_BOX_SPACING
#define DBG_WARN(dbg_logger, format, args...)
#define GWEN_NEW_OBJECT(typ, varname)
#define GTK2_DIALOG_WIDGET_REAL
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
#define GWEN_WIDGET_FLAGS_FILLY
#define GWEN_WIDGET_FLAGS_FILLX
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
#define GTK2_DIALOG_WIDGET_CONTENT
static GWENHYWFAR_CB const char * Gtk2Gui_WGridLayout_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WGridLayout_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
#define GWEN_INHERIT(bt, t)
#define GWEN_INHERIT_SETDATA(bt, t, element, data, fn)
#define GWEN_INHERIT_GETDATA(bt, t, element)