Home
last modified time | relevance | path

Searched refs:hdy_tab_view_select_next_page (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-tab-view.h105 gboolean hdy_tab_view_select_next_page (HdyTabView *self);
H A Dhdy-tab-view.c714 if (hdy_tab_view_select_next_page (self)) in select_previous_page()
815 success = hdy_tab_view_select_next_page (self); in select_page()
931 if (!hdy_tab_view_select_next_page (self)) { in shortcut_key_press_cb()
2045 hdy_tab_view_select_next_page (HdyTabView *self) in hdy_tab_view_select_next_page() function
H A Dhdy-tab-bar.c335 if (hdy_tab_view_select_next_page (self->view))
H A Dhdy-tab-box.c659 success = hdy_tab_view_select_next_page (self->view);
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-tab-view.h105 gboolean hdy_tab_view_select_next_page (HdyTabView *self);
H A Dhdy-tab-view.c714 if (hdy_tab_view_select_next_page (self)) in select_previous_page()
815 success = hdy_tab_view_select_next_page (self); in select_page()
931 if (!hdy_tab_view_select_next_page (self)) { in shortcut_key_press_cb()
2045 hdy_tab_view_select_next_page (HdyTabView *self) in hdy_tab_view_select_next_page() function
H A Dhdy-tab-bar.c335 if (hdy_tab_view_select_next_page (self->view)) in hdy_tab_bar_focus()
H A Dhdy-tab-box.c659 success = hdy_tab_view_select_next_page (self->view); in focus_tab_cb()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/tests/
H A Dtest-tab-view.c300 ret = hdy_tab_view_select_next_page (view); in test_hdy_tab_view_select()
305 ret = hdy_tab_view_select_next_page (view); in test_hdy_tab_view_select()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/tests/
H A Dtest-tab-view.c300 ret = hdy_tab_view_select_next_page (view); in test_hdy_tab_view_select()
305 ret = hdy_tab_view_select_next_page (view); in test_hdy_tab_view_select()
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-tab-view.c194 hdy_tab_view_select_next_page (self->tab_view); in ephy_tab_view_next()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dtab_view.rs292 unsafe { from_glib(ffi::hdy_tab_view_select_next_page(self.to_glib_none().0)) } in select_next_page()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs2111 pub fn hdy_tab_view_select_next_page(self_: *mut HdyTabView) -> gboolean; in hdy_tab_view_select_next_page() function