Home
last modified time | relevance | path

Searched defs:HdyLeaflet (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Dleaflet.rs476 …extern "C" fn notify_can_swipe_back_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_can_swipe_back_notify()
491 …ern "C" fn notify_can_swipe_forward_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_can_swipe_forward_notify()
547 …unsafe extern "C" fn notify_fold_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLeafl… in connect_property_fold_notify()
561 …unsafe extern "C" fn notify_folded_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLea… in connect_property_folded_notify()
575 …n "C" fn notify_hhomogeneous_folded_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_hhomogeneous_folded_notify()
603 …tern "C" fn notify_interpolate_size_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_interpolate_size_notify()
631 … "C" fn notify_mode_transition_type_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_mode_transition_type_notify()
646 …xtern "C" fn notify_transition_type_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_transition_type_notify()
660 …n "C" fn notify_vhomogeneous_folded_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_vhomogeneous_folded_notify()
688 … extern "C" fn notify_visible_child_trampoline<P, F: Fn(&P) + 'static>(this: *mut handy_sys::HdyLe… in connect_property_visible_child_notify()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Dleaflet.rs1204 this: *mut ffi::HdyLeaflet, in connect_can_swipe_back_notify()
1229 this: *mut ffi::HdyLeaflet, in connect_can_swipe_forward_notify()
1257 this: *mut ffi::HdyLeaflet, in connect_child_transition_duration_notify()
1285 this: *mut ffi::HdyLeaflet, in connect_child_transition_running_notify()
1307 this: *mut ffi::HdyLeaflet, in connect_folded_notify()
1332 this: *mut ffi::HdyLeaflet, in connect_hhomogeneous_folded_notify()
1360 this: *mut ffi::HdyLeaflet, in connect_hhomogeneous_unfolded_notify()
1385 this: *mut ffi::HdyLeaflet, in connect_interpolate_size_notify()
1413 this: *mut ffi::HdyLeaflet, in connect_mode_transition_duration_notify()
1438 this: *mut ffi::HdyLeaflet, in connect_transition_type_notify()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy-sys/src/
H A Dlib.rs648 pub struct HdyLeaflet { struct
652 impl ::std::fmt::Debug for HdyLeaflet { argument
1110 pub fn hdy_leaflet_set_can_swipe_back(self_: *mut HdyLeaflet, can_swipe_back: gboolean); in hdy_leaflet_set_can_swipe_back()
1112 pub fn hdy_leaflet_set_can_swipe_forward(self_: *mut HdyLeaflet, can_swipe_forward: gboolean); in hdy_leaflet_set_can_swipe_forward()
1113 pub fn hdy_leaflet_set_child_transition_duration(self_: *mut HdyLeaflet, duration: c_uint); in hdy_leaflet_set_child_transition_duration()
1116 pub fn hdy_leaflet_set_interpolate_size(self_: *mut HdyLeaflet, interpolate_size: gboolean); in hdy_leaflet_set_interpolate_size()
1117 pub fn hdy_leaflet_set_mode_transition_duration(self_: *mut HdyLeaflet, duration: c_uint); in hdy_leaflet_set_mode_transition_duration()
1118 …pub fn hdy_leaflet_set_mode_transition_type(self_: *mut HdyLeaflet, transition: HdyLeafletModeTran… in hdy_leaflet_set_mode_transition_type()
1120 …pub fn hdy_leaflet_set_transition_type(self_: *mut HdyLeaflet, transition: HdyLeafletTransitionTyp… in hdy_leaflet_set_transition_type()
1121 … pub fn hdy_leaflet_set_visible_child(self_: *mut HdyLeaflet, visible_child: *mut gtk::GtkWidget); in hdy_leaflet_set_visible_child()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs829 pub struct HdyLeaflet { struct
833 impl ::std::fmt::Debug for HdyLeaflet { argument
1627 self_: *mut HdyLeaflet, in hdy_leaflet_get_adjacent_child()
1633 self_: *mut HdyLeaflet, in hdy_leaflet_get_child_by_name()
1640 self_: *mut HdyLeaflet, in hdy_leaflet_get_homogeneous()
1652 self_: *mut HdyLeaflet, in hdy_leaflet_insert_child_after()
1657 self_: *mut HdyLeaflet, in hdy_leaflet_navigate()
1666 self_: *mut HdyLeaflet, in hdy_leaflet_reorder_child_after()
1674 self_: *mut HdyLeaflet, in hdy_leaflet_set_homogeneous()
1682 self_: *mut HdyLeaflet, in hdy_leaflet_set_transition_type()
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-leaflet.c101 G_DEFINE_TYPE_WITH_CODE (HdyLeaflet, hdy_leaflet, GTK_TYPE_CONTAINER, in G_DEFINE_TYPE_WITH_CODE() argument
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-leaflet.c101 G_DEFINE_TYPE_WITH_CODE (HdyLeaflet, hdy_leaflet, GTK_TYPE_CONTAINER, in G_DEFINE_TYPE_WITH_CODE() argument
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-leaflet.c212 G_DEFINE_TYPE_WITH_CODE (HdyLeaflet, hdy_leaflet, GTK_TYPE_CONTAINER, in G_DEFINE_TYPE_WITH_CODE() argument