diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_table_static.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_table_static.eo | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_table_static.eo b/src/lib/elementary/efl_ui_table_static.eo index c459dcb..461d7dc 100644 --- a/src/lib/elementary/efl_ui_table_static.eo +++ b/src/lib/elementary/efl_ui_table_static.eo | |||
@@ -1,6 +1,12 @@ | |||
1 | class @beta Efl.Ui.Table_Static extends Efl.Ui.Table | 1 | class @beta Efl.Ui.Table_Static extends Efl.Ui.Table |
2 | { | 2 | { |
3 | [[Efl UI table static class]] | 3 | [[Widget container that arranges its elements in a uniform grid. |
4 | |||
5 | For convenience, the grid has an initial size of 100 by 100 cells, so all positions and | ||
6 | sizes can be interpreted as percentages. | ||
7 | Cells are always shown with the same size, regardless of their content. Therefore, adding | ||
8 | content to one cell does not affect other cells. | ||
9 | ]] | ||
4 | data: null; | 10 | data: null; |
5 | implements { | 11 | implements { |
6 | Efl.Object.constructor; | 12 | Efl.Object.constructor; |