elementary: document elm_table parameters

This commit is contained in:
Jean Guyomarc'h 2016-07-02 20:41:28 +02:00
parent 460308a95b
commit bc8f87c3ac
1 changed files with 6 additions and 6 deletions

View File

@ -71,8 +71,8 @@ class Elm.Table (Elm.Widget)
@in subobj: Efl.Canvas.Object; [[The subobject to be modified in the table.]]
@in column: int; [[Column number.]]
@in row: int; [[Row number.]]
@in colspan: int;
@in rowspan: int;
@in colspan: int; [[Columns span.]]
@in rowspan: int; [[Rows span.]]
}
legacy: null;
}
@ -82,8 +82,8 @@ class Elm.Table (Elm.Widget)
@in subobj: Efl.Canvas.Object; [[The subobject to be modified in the table.]]
@out column: int; [[Column number.]]
@out row: int; [[Row number.]]
@out colspan: int;
@out rowspan: int;
@out colspan: int; [[Columns span.]]
@out rowspan: int; [[Rows span.]]
}
legacy: null;
}
@ -111,8 +111,8 @@ class Elm.Table (Elm.Widget)
@in subobj: Efl.Canvas.Object; [[The subobject to be added to the table.]]
@in column: int; [[Column number.]]
@in row: int; [[Row number.]]
@in colspan: int;
@in rowspan: int;
@in colspan: int; [[Columns span.]]
@in rowspan: int; [[Rows span.]]
}
}
}