• 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
  • Values
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Pack_Table.table_size

Description

Combines Efl.Pack_Table.table_columns and Efl.Pack_Table.table_rows

Since 1.23

Values

  • cols - Number of columns
  • rows - Number of rows

Signature

@property table_size @pure_virtual {
    get {}
    set {}
    values {
        cols: int;
        rows: int;
    }
}

C signature

void efl_pack_table_size_get(const Eo *obj, int *cols, int *rows);
void efl_pack_table_size_set(Eo *obj, int cols, int rows);

Implemented by

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