@since 1.1.0++

SVN revision: 60469
This commit is contained in:
Carsten Haitzler 2011-06-17 23:50:02 +00:00
parent 3914920d09
commit 6d7dceeb5c
1 changed files with 1 additions and 0 deletions

View File

@ -8502,6 +8502,7 @@ EAPI Eina_Bool evas_object_table_mirrored_get (cons
* @param rowspan pointer to store how many relative-vertical position to use for this child.
*
* @return 1 on success, 0 on failure.
* @since 1.1.0
*/
EAPI Eina_Bool evas_object_table_pack_get(Evas_Object *o, Evas_Object *child, unsigned short *col, unsigned short *row, unsigned short *colspan, unsigned short *rowspan);