• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Signature
  • C signature
  • Implemented by
  • Top of Page

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

  • Efl.Gfx.Stack.raise_to_top
  • Efl.Canvas.Vg.Node.raise_to_top
  • Efl.Ui.Win.raise_to_top
  • Efl.Canvas.Object.raise_to_top