Home
last modified time | relevance | path

Searched refs:old_page_num (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A Dgtknotebookaccessible.c168 gint page_num, old_page_num; in gtk_notebook_accessible_notify_gtk() local
176 old_page_num = accessible->priv->selected_page; in gtk_notebook_accessible_notify_gtk()
180 if (page_num != old_page_num) in gtk_notebook_accessible_notify_gtk()
184 if (old_page_num != -1) in gtk_notebook_accessible_notify_gtk()
186 child = gtk_notebook_accessible_ref_child (atk_obj, old_page_num); in gtk_notebook_accessible_notify_gtk()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailnotebook.c203 gint page_num, old_page_num; in gail_notebook_real_notify_gtk() local
217 old_page_num = gail_notebook->selected_page; in gail_notebook_real_notify_gtk()
227 if (page_num != old_page_num) in gail_notebook_real_notify_gtk()
231 if (old_page_num != -1) in gail_notebook_real_notify_gtk()
233 obj = gail_notebook_ref_child (atk_obj, old_page_num); in gail_notebook_real_notify_gtk()
/dports/mail/evolution/evolution-3.42.1/src/modules/addressbook/
H A De-book-shell-content.c590 gint page_num, old_page_num; in e_book_shell_content_set_current_view() local
606 old_page_num = gtk_notebook_get_current_page (notebook); in e_book_shell_content_set_current_view()
609 if (old_page_num != page_num) { in e_book_shell_content_set_current_view()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtknotebook.c1826 int page_num, old_page_num, i; in gtk_notebook_reorder_tab() local
1862 old_page_num = g_list_position (notebook->children, notebook->focus_tab); in gtk_notebook_reorder_tab()
1871 if (MIN (old_page_num, page_num) <= i && i <= MAX (old_page_num, page_num)) in gtk_notebook_reorder_tab()
2797 int old_page_num, page_num, i; in gtk_notebook_stop_reorder() local
2801 old_page_num = g_list_position (notebook->children, notebook->focus_tab); in gtk_notebook_stop_reorder()
2805 if (notebook->has_scrolled || old_page_num != page_num) in gtk_notebook_stop_reorder()
2809 if (MIN (old_page_num, page_num) <= i && i <= MAX (old_page_num, page_num)) in gtk_notebook_stop_reorder()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtknotebook.c1642 gint page_num, old_page_num, i; in gtk_notebook_reorder_tab() local
1678 old_page_num = g_list_position (priv->children, priv->focus_tab); in gtk_notebook_reorder_tab()
1687 if (MIN (old_page_num, page_num) <= i && i <= MAX (old_page_num, page_num)) in gtk_notebook_reorder_tab()
3069 gint old_page_num, page_num, i; in gtk_notebook_stop_reorder() local
3073 old_page_num = g_list_position (priv->children, priv->focus_tab); in gtk_notebook_stop_reorder()
3077 if (priv->has_scrolled || old_page_num != page_num) in gtk_notebook_stop_reorder()
3081 if (MIN (old_page_num, page_num) <= i && i <= MAX (old_page_num, page_num)) in gtk_notebook_stop_reorder()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestgtk.c3596 int old_page_num = gtk_notebook_get_current_page (notebook); in page_switch() local
3598 if (page_num == old_page_num) in page_switch()
3603 if (old_page_num != -1) in page_switch()
3604 set_page_image (notebook, old_page_num, book_closed); in page_switch()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestgtk.c5983 gint old_page_num = gtk_notebook_get_current_page (notebook); in page_switch() local
5985 if (page_num == old_page_num) in page_switch()
5990 if (old_page_num != -1) in page_switch()
5991 set_page_image (notebook, old_page_num, book_closed); in page_switch()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtknotebook.c2972 gint old_page_num, page_num; in gtk_notebook_stop_reorder() local
2976 old_page_num = g_list_position (notebook->children, notebook->focus_tab); in gtk_notebook_stop_reorder()
2980 if (priv->has_scrolled || old_page_num != page_num) in gtk_notebook_stop_reorder()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestgtk.c9028 gint old_page_num = gtk_notebook_get_current_page (notebook); in page_switch() local
9030 if (page_num == old_page_num) in page_switch()
9035 if (old_page_num != -1) in page_switch()
9036 set_page_image (notebook, old_page_num, book_closed); in page_switch()