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);