Lines Matching refs:notebook
745 ge->page_num = gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), ge->vbox, ge->page_label); in get_new_ge_with_tab()
759 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num); in file_new()
789 cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(ui->notebook)); in get_ge_from_cur_tab()
879 cur_page = gtk_notebook_get_current_page(GTK_NOTEBOOK(ui->notebook)); in do_file_open_with_tab()
886 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num); in do_file_open_with_tab()
1545 static gboolean notebook_switch_page(GtkNotebook *notebook, GtkWidget *widget, in notebook_switch_page() argument
1713 ui->notebook = gtk_notebook_new(); in init_ui()
1714 g_signal_connect(ui->notebook, "switch-page", G_CALLBACK(notebook_switch_page), ui); in init_ui()
1715 gtk_notebook_set_scrollable(GTK_NOTEBOOK(ui->notebook), 1); in init_ui()
1716 gtk_notebook_popup_enable(GTK_NOTEBOOK(ui->notebook)); in init_ui()
1717 gtk_container_add(GTK_CONTAINER(ui->vbox), ui->notebook); in init_ui()
1724 gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), vbox, gtk_label_new("Main")); in init_ui()