• 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
  • Parameters
  • Implemented by
  • Top of Page

Efl.Pack_Linear.pack_index_get

Description

Get the index of a sub-object in this container.

Since 1.23

Signature

pack_index_get @pure_virtual {
    params {
        @in subobj: const(Efl.Gfx.Entity);
    }
    return: int (+1);
}

C signature

int efl_pack_index_get(Eo *obj, const Efl_Gfx_Entity *subobj);

Parameters

  • subobj (in) - An existing sub-object in this container.

Implemented by

  • Efl.Pack_Linear.pack_index_get
  • Efl.Ui.Flip.pack_index_get
  • Efl.Canvas.Layout_Part_Box.pack_index_get
  • Efl.Ui.Box.pack_index_get
  • Efl.Ui.Group_Item.pack_index_get
  • Efl.Ui.Collection.pack_index_get
  • Efl.Ui.Layout_Part_Box.pack_index_get
  • Efl.Canvas.Layout_Part_Invalid.pack_index_get
  • Efl.Ui.Spotlight.Container.pack_index_get