docs: Efl.Ui.Table_Static
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 5 Nov 2019 10:31:29 +0000 (11:31 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:42 +0000 (11:20 +0900)
The need for this class is still being discussed in
https://phab.enlightenment.org/T8206
but at least it is a bit more clear what its purpose is.

src/lib/elementary/efl_ui_table_static.eo

index c459dcb..461d7dc 100644 (file)
@@ -1,6 +1,12 @@
 class @beta Efl.Ui.Table_Static extends Efl.Ui.Table
 {
-   [[Efl UI table static class]]
+   [[Widget container that arranges its elements in a uniform grid.
+
+     For convenience, the grid has an initial size of 100 by 100 cells, so all positions and
+     sizes can be interpreted as percentages.
+     Cells are always shown with the same size, regardless of their content. Therefore, adding
+     content to one cell does not affect other cells.
+   ]]
    data: null;
    implements {
       Efl.Object.constructor;