• 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.lower_to_bottom

Description

Lower obj to the bottom of its layer.

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

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

Since 1.22

Overridden from Efl.Gfx.Stack.lower_to_bottom.

Signature

lower_to_bottom @pure_virtual {}

C signature

void efl_gfx_stack_lower_to_bottom(Eo *obj);

Implemented by

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