Home
last modified time | relevance | path

Searched refs:HDY_LEAFLET_TRANSITION_TYPE_NONE (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-leaflet.h25 HDY_LEAFLET_TRANSITION_TYPE_NONE, enumerator
H A Dhdy-leaflet.c765 return priv->transition_type != HDY_LEAFLET_TRANSITION_TYPE_NONE ? in get_mode_transition_type()
779 if (priv->transition_type == HDY_LEAFLET_TRANSITION_TYPE_NONE) in get_old_child_transition_type()
783 case HDY_LEAFLET_TRANSITION_TYPE_NONE: in get_old_child_transition_type()
859 get_mode_transition_type (self) != HDY_LEAFLET_TRANSITION_TYPE_NONE && in hdy_leaflet_start_mode_transition()
1018 g_return_val_if_fail (HDY_IS_LEAFLET (self), HDY_LEAFLET_TRANSITION_TYPE_NONE); in hdy_leaflet_get_transition_type()
1726 mode_transition_type = HDY_LEAFLET_TRANSITION_TYPE_NONE; in hdy_leaflet_size_allocate_folded()
1729 case HDY_LEAFLET_TRANSITION_TYPE_NONE: in hdy_leaflet_size_allocate_folded()
3751 HDY_TYPE_LEAFLET_TRANSITION_TYPE, HDY_LEAFLET_TRANSITION_TYPE_NONE, in hdy_leaflet_class_init()
3892 priv->transition_type = HDY_LEAFLET_TRANSITION_TYPE_NONE; in hdy_leaflet_init()
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/examples/
H A Dhdy-demo-window.c131 case HDY_LEAFLET_TRANSITION_TYPE_NONE: in leaflet_transition_name()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy/src/auto/
H A Denums.rs424 LeafletTransitionType::None => handy_sys::HDY_LEAFLET_TRANSITION_TYPE_NONE, in to_glib()
/dports/net-im/fractal/fractal-4.4.0/vendor/libhandy-sys/src/
H A Dlib.rs51 pub const HDY_LEAFLET_TRANSITION_TYPE_NONE: HdyLeafletTransitionType = 0; const