• 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_Table.table_content_get

Description

Returns a child at a given position, see Efl.Pack_Table.table_contents_get.

Since 1.23

Signature

table_content_get @pure_virtual {
    params {
        @in col: int;
        @in row: int;
    }
    return: Efl.Gfx.Entity;
}

C signature

Efl_Gfx_Entity *efl_pack_table_content_get(Eo *obj, int col, int row);

Parameters

  • col (in) - Column number
  • row (in) - Row number

Implemented by

  • Efl.Pack_Table.table_content_get
  • Efl.Ui.Table.table_content_get
  • Efl.Canvas.Layout_Part_Table.table_content_get
  • Efl.Ui.Layout_Part_Table.table_content_get
  • Efl.Canvas.Layout_Part_Invalid.table_content_get