docs: Efl.Ui.Table_Static

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.
This commit is contained in:
Xavi Artigas 2019-11-05 11:31:29 +01:00
parent 51169ac325
commit 6a647880c6
1 changed files with 7 additions and 1 deletions

View 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;