Home
last modified time | relevance | path

Searched refs:note_book (Results 1 – 3 of 3) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dfe-gtk.h134 *note_book, member
H A Dmaingui.c504 num = gtk_notebook_page_num (GTK_NOTEBOOK (mg_gui->note_book), box); in mg_show_generic_tab()
505 gtk_notebook_set_current_page (GTK_NOTEBOOK (mg_gui->note_book), num); in mg_show_generic_tab()
871 gtk_notebook_set_current_page (GTK_NOTEBOOK (gui->note_book), 0); in mg_populate()
1342 num = gtk_notebook_page_num (GTK_NOTEBOOK (mg_gui->note_book), box); in mg_link_gentab()
1343 gtk_notebook_remove_page (GTK_NOTEBOOK (mg_gui->note_book), num); in mg_link_gentab()
2558 gui->note_book = book = gtk_notebook_new (); in mg_create_center()
3349 gtk_notebook_append_page (GTK_NOTEBOOK (mg_gui->note_book), box, NULL); in mg_add_generic_tab()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DSpotGraph.py497 note_book = Gtk.Notebook() variable
498 window.add(note_book)
500 note_book.append_page(v_box, None)