Home
last modified time | relevance | path

Searched refs:allow_long_swipes (Results 1 – 23 of 23) sorted by relevance

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dswipe_tracker.rs91 pub fn set_allow_long_swipes(&self, allow_long_swipes: bool) { in set_allow_long_swipes()
95 allow_long_swipes.into_glib(), in set_allow_long_swipes()
317 allow_long_swipes: Option<bool>, field
337 if let Some(ref allow_long_swipes) = self.allow_long_swipes { in build()
338 properties.push(("allow-long-swipes", allow_long_swipes)); in build()
361 pub fn allow_long_swipes(mut self, allow_long_swipes: bool) -> Self { in allow_long_swipes() method
362 self.allow_long_swipes = Some(allow_long_swipes); in allow_long_swipes()
H A Dcarousel.rs151 pub fn set_allow_long_swipes(&self, allow_long_swipes: bool) { in set_allow_long_swipes()
155 allow_long_swipes.into_glib(), in set_allow_long_swipes()
428 allow_long_swipes: Option<bool>, field
490 if let Some(ref allow_long_swipes) = self.allow_long_swipes { in build()
491 properties.push(("allow-long-swipes", allow_long_swipes)); in build()
637 pub fn allow_long_swipes(mut self, allow_long_swipes: bool) -> Self { in allow_long_swipes() method
638 self.allow_long_swipes = Some(allow_long_swipes); in allow_long_swipes()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-swipe-tracker.c71 gboolean allow_long_swipes; member
323 if (!self->allow_long_swipes) { in gesture_update()
375 if (!self->allow_long_swipes) { in get_end_progress()
1312 return self->allow_long_swipes; in adw_swipe_tracker_get_allow_long_swipes()
1327 gboolean allow_long_swipes) in adw_swipe_tracker_set_allow_long_swipes() argument
1331 allow_long_swipes = !!allow_long_swipes; in adw_swipe_tracker_set_allow_long_swipes()
1333 if (self->allow_long_swipes == allow_long_swipes) in adw_swipe_tracker_set_allow_long_swipes()
1336 self->allow_long_swipes = allow_long_swipes; in adw_swipe_tracker_set_allow_long_swipes()
H A Dadw-swipe-tracker.h53 gboolean allow_long_swipes);
H A Dadw-carousel.h97 gboolean allow_long_swipes);
H A Dadw-carousel.c1693 gboolean allow_long_swipes) in adw_carousel_set_allow_long_swipes() argument
1697 allow_long_swipes = !!allow_long_swipes; in adw_carousel_set_allow_long_swipes()
1699 if (adw_swipe_tracker_get_allow_long_swipes (self->tracker) == allow_long_swipes) in adw_carousel_set_allow_long_swipes()
1702 adw_swipe_tracker_set_allow_long_swipes (self->tracker, allow_long_swipes); in adw_carousel_set_allow_long_swipes()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-swipe-tracker.c71 gboolean allow_long_swipes; member
323 if (!self->allow_long_swipes) { in gesture_update()
375 if (!self->allow_long_swipes) { in get_end_progress()
1312 return self->allow_long_swipes; in adw_swipe_tracker_get_allow_long_swipes()
1326 gboolean allow_long_swipes) in adw_swipe_tracker_set_allow_long_swipes() argument
1330 allow_long_swipes = !!allow_long_swipes; in adw_swipe_tracker_set_allow_long_swipes()
1332 if (self->allow_long_swipes == allow_long_swipes) in adw_swipe_tracker_set_allow_long_swipes()
1335 self->allow_long_swipes = allow_long_swipes; in adw_swipe_tracker_set_allow_long_swipes()
H A Dadw-swipe-tracker.h53 gboolean allow_long_swipes);
H A Dadw-carousel.h97 gboolean allow_long_swipes);
H A Dadw-carousel.c1707 gboolean allow_long_swipes) in adw_carousel_set_allow_long_swipes() argument
1711 allow_long_swipes = !!allow_long_swipes; in adw_carousel_set_allow_long_swipes()
1713 if (adw_swipe_tracker_get_allow_long_swipes (self->tracker) == allow_long_swipes) in adw_carousel_set_allow_long_swipes()
1716 adw_swipe_tracker_set_allow_long_swipes (self->tracker, allow_long_swipes); in adw_carousel_set_allow_long_swipes()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/tests/
H A Dtest-carousel.c173 gboolean allow_long_swipes; in test_adw_carousel_allow_long_swipes() local
186 g_object_get (carousel, "allow-long-swipes", &allow_long_swipes, NULL); in test_adw_carousel_allow_long_swipes()
187 g_assert_false (allow_long_swipes); in test_adw_carousel_allow_long_swipes()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/tests/
H A Dtest-carousel.c173 gboolean allow_long_swipes; in test_adw_carousel_allow_long_swipes() local
186 g_object_get (carousel, "allow-long-swipes", &allow_long_swipes, NULL); in test_adw_carousel_allow_long_swipes()
187 g_assert_false (allow_long_swipes); in test_adw_carousel_allow_long_swipes()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-swipe-tracker.c72 gboolean allow_long_swipes; member
384 if (!self->allow_long_swipes) { in gesture_update()
436 if (!self->allow_long_swipes) { in get_end_progress()
1381 return self->allow_long_swipes; in hdy_swipe_tracker_get_allow_long_swipes()
1396 gboolean allow_long_swipes) in hdy_swipe_tracker_set_allow_long_swipes() argument
1400 allow_long_swipes = !!allow_long_swipes; in hdy_swipe_tracker_set_allow_long_swipes()
1402 if (self->allow_long_swipes == allow_long_swipes) in hdy_swipe_tracker_set_allow_long_swipes()
1405 self->allow_long_swipes = allow_long_swipes; in hdy_swipe_tracker_set_allow_long_swipes()
H A Dhdy-carousel.c1118 gboolean allow_long_swipes) in hdy_carousel_set_allow_long_swipes() argument
1122 allow_long_swipes = !!allow_long_swipes; in hdy_carousel_set_allow_long_swipes()
1124 if (hdy_swipe_tracker_get_allow_long_swipes (self->tracker) == allow_long_swipes) in hdy_carousel_set_allow_long_swipes()
1127 hdy_swipe_tracker_set_allow_long_swipes (self->tracker, allow_long_swipes); in hdy_carousel_set_allow_long_swipes()
H A Dhdy-swipe-tracker.h53 gboolean allow_long_swipes);
H A Dhdy-carousel.h80 gboolean allow_long_swipes);
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-swipe-tracker.c72 gboolean allow_long_swipes; member
384 if (!self->allow_long_swipes) { in gesture_update()
436 if (!self->allow_long_swipes) { in get_end_progress()
1381 return self->allow_long_swipes; in hdy_swipe_tracker_get_allow_long_swipes()
1396 gboolean allow_long_swipes) in hdy_swipe_tracker_set_allow_long_swipes() argument
1400 allow_long_swipes = !!allow_long_swipes; in hdy_swipe_tracker_set_allow_long_swipes()
1402 if (self->allow_long_swipes == allow_long_swipes) in hdy_swipe_tracker_set_allow_long_swipes()
1405 self->allow_long_swipes = allow_long_swipes; in hdy_swipe_tracker_set_allow_long_swipes()
H A Dhdy-carousel.c1193 gboolean allow_long_swipes) in hdy_carousel_set_allow_long_swipes() argument
1197 allow_long_swipes = !!allow_long_swipes; in hdy_carousel_set_allow_long_swipes()
1199 if (hdy_swipe_tracker_get_allow_long_swipes (self->tracker) == allow_long_swipes) in hdy_carousel_set_allow_long_swipes()
1202 hdy_swipe_tracker_set_allow_long_swipes (self->tracker, allow_long_swipes); in hdy_carousel_set_allow_long_swipes()
H A Dhdy-swipe-tracker.h53 gboolean allow_long_swipes);
H A Dhdy-carousel.h86 gboolean allow_long_swipes);
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/tests/
H A Dtest-carousel.c209 gboolean allow_long_swipes; in test_hdy_carousel_allow_long_swipes() local
222 g_object_get (carousel, "allow-long-swipes", &allow_long_swipes, NULL); in test_hdy_carousel_allow_long_swipes()
223 g_assert_false (allow_long_swipes); in test_hdy_carousel_allow_long_swipes()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/tests/
H A Dtest-carousel.c209 gboolean allow_long_swipes; in test_hdy_carousel_allow_long_swipes() local
222 g_object_get (carousel, "allow-long-swipes", &allow_long_swipes, NULL); in test_hdy_carousel_allow_long_swipes()
223 g_assert_false (allow_long_swipes); in test_hdy_carousel_allow_long_swipes()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1238 pub fn hdy_carousel_set_allow_long_swipes(self_: *mut HdyCarousel, allow_long_swipes: gboolean); in hdy_carousel_set_allow_long_swipes()
1852 allow_long_swipes: gboolean, in hdy_swipe_tracker_set_allow_long_swipes()