docs: efl_pack_grid: fill gaps in eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-24 15:14:20 +01:00
parent 0d930b3c7d
commit 3f0f1b68f0
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ interface Efl.Pack.Grid (Efl.Pack.Linear)
}
grid_contents_get {
[[Returns all objects at a given position in this grid.]]
return: free(own(iterator<Efl.Gfx>), eina_iterator_free);
return: free(own(iterator<Efl.Gfx>), eina_iterator_free); [[Iterator to grid contents]]
params {
@in col: int; [[Column number]]
@in row: int; [[Row number]]
@ -56,6 +56,7 @@ interface Efl.Pack.Grid (Efl.Pack.Linear)
}
}
@property grid_columns {
[[Gird columns property]]
set { [[Specifies limit for linear adds - if direction is horizontal]] }
get {}
values {
@ -63,6 +64,7 @@ interface Efl.Pack.Grid (Efl.Pack.Linear)
}
}
@property grid_rows {
[[Grid rows property]]
set { [[Specifies limit for linear adds - if direction is vertical]] }
get {}
values {