Home
last modified time | relevance | path

Searched refs:hdy_flap_get_modal (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-flap.h107 gboolean hdy_flap_get_modal (HdyFlap *self);
H A Dhdy-flap.c1406 g_value_set_boolean (value, hdy_flap_get_modal (self)); in hdy_flap_get_property()
2558 hdy_flap_get_modal (HdyFlap *self) in hdy_flap_get_modal() function
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-flap.h107 gboolean hdy_flap_get_modal (HdyFlap *self);
H A Dhdy-flap.c1406 g_value_set_boolean (value, hdy_flap_get_modal (self)); in hdy_flap_get_property()
2558 hdy_flap_get_modal (HdyFlap *self) in hdy_flap_get_modal() function
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/tests/
H A Dtest-flap.c336 g_assert_false (hdy_flap_get_modal (flap)); in test_hdy_flap_modal()
340 g_assert_true (hdy_flap_get_modal (flap)); in test_hdy_flap_modal()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/tests/
H A Dtest-flap.c336 g_assert_false (hdy_flap_get_modal (flap)); in test_hdy_flap_modal()
340 g_assert_true (hdy_flap_get_modal (flap)); in test_hdy_flap_modal()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dflap.rs90 unsafe { from_glib(ffi::hdy_flap_get_modal(self.to_glib_none().0)) } in is_modal()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs1443 pub fn hdy_flap_get_modal(self_: *mut HdyFlap) -> gboolean; in hdy_flap_get_modal() function