Home
last modified time | relevance | path

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

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dq8tk.h530 int q8tk_notebook_current_page(Q8tkWidget *notebook);
H A Dmenu.c4557 menu_mouse_last_page = q8tk_notebook_current_page(widget); in cb_mouse_notebook_changed()
5932 int n = q8tk_notebook_current_page(notebook) - 1; in cb_note_fake_prev()
5939 int n = q8tk_notebook_current_page(notebook) + 1; in cb_note_fake_next()
6291 menu_last_page = q8tk_notebook_current_page(widget); in cb_top_notebook_changed()
H A Dq8tk.c2393 int q8tk_notebook_current_page(Q8tkWidget *notebook) in q8tk_notebook_current_page() function