36 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
40 gtk_widget_grab_focus(GTK_WIDGET(g));
44 gtk_notebook_set_current_page(GTK_NOTEBOOK(g), value);
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;
79 return gtk_notebook_get_current_page(GTK_NOTEBOOK(g));
86 "Function is not appropriate for this type of widget (%s)",
105 "Function is not appropriate for this type of widget (%s)",
116 const char *defaultValue) {
123 "Function is not appropriate for this type of widget (%s)",
141 gtk_notebook_append_page(GTK_NOTEBOOK(g), gChild,
NULL);
154 wParent=GWEN_Widget_Tree_GetParent(w);
156 g=gtk_notebook_new();
157 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(g), FALSE);
158 gtk_notebook_set_show_border(GTK_NOTEBOOK(g), FALSE);