diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-07-02 20:41:28 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-07-03 21:35:07 +0200 |
commit | bc8f87c3ac595a05bab2fe7902d79dc572da9322 (patch) | |
tree | 40204a42391764208061a0fa0ac9e7d4115c10f4 /src | |
parent | 460308a95bc41105feaa821ff5f4a4c0fdb80c55 (diff) |
elementary: document elm_table parameters
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/elementary/elm_table.eo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/elementary/elm_table.eo b/src/lib/elementary/elm_table.eo index 9050ea2..5f300f9 100644 --- a/src/lib/elementary/elm_table.eo +++ b/src/lib/elementary/elm_table.eo | |||
@@ -71,8 +71,8 @@ class Elm.Table (Elm.Widget) | |||
71 | @in subobj: Efl.Canvas.Object; [[The subobject to be modified in the table.]] | 71 | @in subobj: Efl.Canvas.Object; [[The subobject to be modified in the table.]] |
72 | @in column: int; [[Column number.]] | 72 | @in column: int; [[Column number.]] |
73 | @in row: int; [[Row number.]] | 73 | @in row: int; [[Row number.]] |
74 | @in colspan: int; | 74 | @in colspan: int; [[Columns span.]] |
75 | @in rowspan: int; | 75 | @in rowspan: int; [[Rows span.]] |
76 | } | 76 | } |
77 | legacy: null; | 77 | legacy: null; |
78 | } | 78 | } |
@@ -82,8 +82,8 @@ class Elm.Table (Elm.Widget) | |||
82 | @in subobj: Efl.Canvas.Object; [[The subobject to be modified in the table.]] | 82 | @in subobj: Efl.Canvas.Object; [[The subobject to be modified in the table.]] |
83 | @out column: int; [[Column number.]] | 83 | @out column: int; [[Column number.]] |
84 | @out row: int; [[Row number.]] | 84 | @out row: int; [[Row number.]] |
85 | @out colspan: int; | 85 | @out colspan: int; [[Columns span.]] |
86 | @out rowspan: int; | 86 | @out rowspan: int; [[Rows span.]] |
87 | } | 87 | } |
88 | legacy: null; | 88 | legacy: null; |
89 | } | 89 | } |
@@ -111,8 +111,8 @@ class Elm.Table (Elm.Widget) | |||
111 | @in subobj: Efl.Canvas.Object; [[The subobject to be added to the table.]] | 111 | @in subobj: Efl.Canvas.Object; [[The subobject to be added to the table.]] |
112 | @in column: int; [[Column number.]] | 112 | @in column: int; [[Column number.]] |
113 | @in row: int; [[Row number.]] | 113 | @in row: int; [[Row number.]] |
114 | @in colspan: int; | 114 | @in colspan: int; [[Columns span.]] |
115 | @in rowspan: int; | 115 | @in rowspan: int; [[Rows span.]] |
116 | } | 116 | } |
117 | } | 117 | } |
118 | } | 118 | } |