summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_pack_table.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_pack_table.eo')
-rw-r--r--src/lib/efl/interfaces/efl_pack_table.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_pack_table.eo b/src/lib/efl/interfaces/efl_pack_table.eo
index 18adfb8225..2c9be6151c 100644
--- a/src/lib/efl/interfaces/efl_pack_table.eo
+++ b/src/lib/efl/interfaces/efl_pack_table.eo
@@ -1,7 +1,7 @@
-interface @beta Efl.Pack_Table extends Efl.Pack
+interface Efl.Pack_Table extends Efl.Pack
{
[[Interface for 2D containers which arrange their elements on a table with rows and columns.
-
+
Elements can be positioned on a specific row and column, or they can be simply added to
the table using @Efl.Pack.pack and the container will chose where to put them.
]]