Table of Contents

Efl.Canvas.Object.raise_to_top

Description

Raise obj to the top of its layer.

obj will, then, be the highest one in the layer it belongs to. Object on other layers won't get touched.

See also Efl.Gfx.Stack.stack_above(), Efl.Gfx.Stack.stack_below() and Efl.Gfx.Stack.lower_to_bottom()

Since 1.22

Overridden from Efl.Gfx.Stack.raise_to_top.

Signature

raise_to_top @pure_virtual {}

C signature

void efl_gfx_stack_raise_to_top(Eo *obj);

Implemented by