39 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
43 gtk_widget_grab_focus(GTK_WIDGET(g));
51 "Function is not appropriate for this type of widget (%s)",
71 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
74 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
82 "Function is not appropriate for this type of widget (%s)",
101 "Function is not appropriate for this type of widget (%s)",
112 const char *defaultValue) {
119 "Function is not appropriate for this type of widget (%s)",
174 gtk_grid_attach(GTK_GRID(g), gChild, x, y, 1, 1);
203 wParent=GWEN_Widget_Tree_GetParent(w);
static GWENHYWFAR_CB int Gtk3Gui_WGridLayout_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
#define GWEN_ERROR_INVALID
#define GTK3_DIALOG_WIDGET_REAL
#define GTK3_DIALOG_WIDGET_CONTENT
static GWENHYWFAR_CB int Gtk3Gui_WGridLayout_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
#define GWEN_FREE_OBJECT(varname)
#define DBG_WARN(dbg_logger, format, args...)
static GWENHYWFAR_CB void Gtk3Gui_WGridLayout_FreeData(void *bp, void *p)
static GWENHYWFAR_CB const char * Gtk3Gui_WGridLayout_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
#define GWEN_NEW_OBJECT(typ, varname)
int Gtk3Gui_WGridLayout_Setup(GWEN_WIDGET *w)
static GWENHYWFAR_CB int Gtk3Gui_WGridLayout_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
#define GWEN_INHERIT(bt, t)
#define GWEN_INHERIT_SETDATA(bt, t, element, data, fn)
static GWENHYWFAR_CB int Gtk3Gui_WGridLayout_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
#define GWEN_INHERIT_GETDATA(bt, t, element)