Home | History | Annotate | Download | only in fio

Lines Matching refs:notebook

87 	GtkWidget *win, *notebook, *vbox;
104 notebook = gtk_notebook_new();
105 gtk_notebook_set_scrollable(GTK_NOTEBOOK(notebook), 1);
106 gtk_notebook_popup_enable(GTK_NOTEBOOK(notebook));
107 gtk_container_add(GTK_CONTAINER(vbox), notebook);
110 ge->results_notebook = notebook;