27 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
31 gtk_widget_grab_focus(GTK_WIDGET(g));
44 "Function is not appropriate for this type of widget (%s)",
64 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
67 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
80 "Function is not appropriate for this type of widget (%s)",
100 gtk_frame_set_label(GTK_FRAME(g), value);
107 "Function is not appropriate for this type of widget (%s)",
118 const char *defaultValue) {
126 return gtk_frame_get_label(GTK_FRAME(g));
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,
171 wParent=GWEN_Widget_Tree_GetParent(w);
177 gtk_container_add(GTK_CONTAINER(g), gContent);