Home
last modified time | relevance | path

Searched refs:HDY_LEAFLET_TRANSITION_TYPE_UNDER (Results 1 – 14 of 14) sorted by relevance

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/tests/
H A Dconstant.c48 PRINT_CONSTANT((gint) HDY_LEAFLET_TRANSITION_TYPE_UNDER); in main()
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-leaflet.h28 HDY_LEAFLET_TRANSITION_TYPE_UNDER, enumerator
H A Dhdy-leaflet.c789 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in get_old_child_transition_type()
1753 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in hdy_leaflet_size_allocate_folded()
1811 … (mode_transition_type == HDY_LEAFLET_TRANSITION_TYPE_UNDER && direction == GTK_TEXT_DIR_RTL); in hdy_leaflet_size_allocate_folded()
1817 …under = (mode_transition_type == HDY_LEAFLET_TRANSITION_TYPE_UNDER && direction == GTK_TEXT_DIR_LT… in hdy_leaflet_size_allocate_folded()
1836 under = mode_transition_type == HDY_LEAFLET_TRANSITION_TYPE_UNDER; in hdy_leaflet_size_allocate_folded()
2117 … (mode_transition_type == HDY_LEAFLET_TRANSITION_TYPE_UNDER && direction == GTK_TEXT_DIR_RTL); in hdy_leaflet_size_allocate_unfolded()
2141 …under = (mode_transition_type == HDY_LEAFLET_TRANSITION_TYPE_UNDER && direction == GTK_TEXT_DIR_LT… in hdy_leaflet_size_allocate_unfolded()
2144 under = mode_transition_type == HDY_LEAFLET_TRANSITION_TYPE_UNDER; in hdy_leaflet_size_allocate_unfolded()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-leaflet.h28 HDY_LEAFLET_TRANSITION_TYPE_UNDER, enumerator
H A Dhdy-leaflet.c194 return HDY_LEAFLET_TRANSITION_TYPE_UNDER; in hdy_leaflet_get_transition_type()
232 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in hdy_leaflet_set_transition_type()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-leaflet.h28 HDY_LEAFLET_TRANSITION_TYPE_UNDER, enumerator
H A Dhdy-leaflet.c194 return HDY_LEAFLET_TRANSITION_TYPE_UNDER; in hdy_leaflet_get_transition_type()
232 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in hdy_leaflet_set_transition_type()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-0.8.0/src/auto/
H A Denums.rs521 Self::Under => ffi::HDY_LEAFLET_TRANSITION_TYPE_UNDER, in into_glib()
534 ffi::HDY_LEAFLET_TRANSITION_TYPE_UNDER => Self::Under, in from_glib()
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/examples/
H A Dhdy-demo-window.c137 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in leaflet_transition_name()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/examples/
H A Dhdy-demo-window.c150 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in leaflet_transition_name()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/examples/
H A Dhdy-demo-window.c142 case HDY_LEAFLET_TRANSITION_TYPE_UNDER: in leaflet_transition_name()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Denums.rs427 LeafletTransitionType::Under => handy_sys::HDY_LEAFLET_TRANSITION_TYPE_UNDER, in to_glib()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy-sys/src/
H A Dlib.rs54 pub const HDY_LEAFLET_TRANSITION_TYPE_UNDER: HdyLeafletTransitionType = 3; const
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libhandy-sys-0.8.0/src/
H A Dlib.rs59 pub const HDY_LEAFLET_TRANSITION_TYPE_UNDER: HdyLeafletTransitionType = 1; const