37 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
41 gtk_widget_grab_focus(GTK_WIDGET(g));
45 gtk_notebook_set_current_page(GTK_NOTEBOOK(g), value);
53 "Function is not appropriate for this type of widget (%s)",
74 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
77 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
81 return gtk_notebook_get_current_page(GTK_NOTEBOOK(g));
88 "Function is not appropriate for this type of widget (%s)",
108 "Function is not appropriate for this type of widget (%s)",
119 const char *defaultValue)
127 "Function is not appropriate for this type of widget (%s)",
146 gtk_notebook_append_page(GTK_NOTEBOOK(g), gChild,
NULL);
160 wParent=GWEN_Widget_Tree_GetParent(w);
162 g=gtk_notebook_new();
163 gtk_notebook_set_show_tabs(GTK_NOTEBOOK(g), FALSE);
164 gtk_notebook_set_show_border(GTK_NOTEBOOK(g), FALSE);
#define DBG_WARN(dbg_logger, format,...)
@ GWEN_DialogProperty_Enabled
@ GWEN_DialogProperty_Value
@ GWEN_DialogProperty_Focus
#define GWEN_ERROR_INVALID
int Gtk2Gui_WStack_Setup(GWEN_WIDGET *w)
static GWENHYWFAR_CB int Gtk2Gui_WStack_AddChildGuiWidget(GWEN_WIDGET *w, GWEN_WIDGET *wChild)
static GWENHYWFAR_CB const char * Gtk2Gui_WStack_GetCharProperty(GWEN_WIDGET *w, GWEN_UNUSED GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, const char *defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WStack_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
static GWENHYWFAR_CB int Gtk2Gui_WStack_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)
static GWENHYWFAR_CB int Gtk2Gui_WStack_SetCharProperty(GWEN_WIDGET *w, GWEN_UNUSED GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, GWEN_UNUSED const char *value, GWEN_UNUSED int doSignal)
#define GTK2_DIALOG_WIDGET_REAL
#define GTK2_DIALOG_WIDGET_CONTENT