Searched refs:q8tk_notebook_current_page (Results 1 – 3 of 3) sorted by relevance
530 int q8tk_notebook_current_page(Q8tkWidget *notebook);
4557 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()
2393 int q8tk_notebook_current_page(Q8tkWidget *notebook) in q8tk_notebook_current_page() function