30 gtk_widget_set_sensitive(GTK_WIDGET(gs), (value==0)?FALSE:TRUE);
34 gtk_widget_grab_focus(GTK_WIDGET(gs));
47 "Function is not appropriate for this type of widget (%s)",
73 return (gtk_widget_get_sensitive(GTK_WIDGET(gs))==TRUE)?1:0;
76 return (gtk_widget_has_focus(GTK_WIDGET(gs))==TRUE)?1:0;
89 "Function is not appropriate for this type of widget (%s)",
111 "Function is not appropriate for this type of widget (%s)",
122 const char *defaultValue) {
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,
170 wParent=GWEN_Widget_Tree_GetParent(w);
173 g=gtk_scrolled_window_new(
NULL,
NULL);
175 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(g), gContent);