Lines Matching full:notebook
745 ge->page_num = gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), ge->vbox, ge->page_label);
759 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num);
789 cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(ui->notebook));
879 cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(ui->notebook));
886 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num);
1545 static gboolean notebook_switch_page(GtkNotebook *notebook, GtkWidget *widget,
1711 ui->notebook = gtk_notebook_new();
1712 g_signal_connect(ui->notebook, "switch-page", G_CALLBACK(notebook_switch_page), ui);
1713 gtk_notebook_set_scrollable(GTK_NOTEBOOK(ui->notebook), 1);
1714 gtk_notebook_popup_enable(GTK_NOTEBOOK(ui->notebook));
1715 gtk_container_add(GTK_CONTAINER(ui->vbox), ui->notebook);
1722 gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), vbox, gtk_label_new("Main"));