Efl.Gfx.Stack (interface)

Description

Efl graphics stack interface

Since 1.22

Members

above (get)

Efl_Gfx_Stack *efl_gfx_stack_above_get(const Eo *obj);


below (get)

Efl_Gfx_Stack *efl_gfx_stack_below_get(const Eo *obj);


layer (get, set)

The layer of its canvas that the given object will be part of.
short efl_gfx_stack_layer_get(const Eo *obj);
void efl_gfx_stack_layer_set(Eo *obj, short l);


lower_to_bottom

Lower obj to the bottom of its layer.
void efl_gfx_stack_lower_to_bottom(Eo *obj);


raise_to_top

Raise obj to the top of its layer.
void efl_gfx_stack_raise_to_top(Eo *obj);


stack_above

Stack obj immediately above
void efl_gfx_stack_above(Eo *obj, Efl_Gfx_Stack *above);


stack_below

Stack obj immediately below
void efl_gfx_stack_below(Eo *obj, Efl_Gfx_Stack *below);


Events

stacking,changed

Object stacking was changed.
EFL_GFX_ENTITY_EVENT_STACKING_CHANGED(void)