SVN revision: 60519
This commit is contained in:
Carsten Haitzler 2011-06-20 11:10:55 +00:00
parent c0ca25ea91
commit 8ba3385505
2 changed files with 3 additions and 3 deletions

View File

@ -407,4 +407,4 @@
* Allow evas table to re-pack the same object without error and just
update packing parameters
* Allow to get packign location of table child
* Allow to get packing location of table child

View File

@ -8492,7 +8492,7 @@ EAPI Eina_Bool evas_object_table_mirrored_get (cons
/**
* Get packgin location of a child of table
* Get packing location of a child of table
*
* @param o The given table object.
* @param child The child object to add.
@ -8507,7 +8507,7 @@ EAPI Eina_Bool evas_object_table_mirrored_get (cons
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);
/**
* Add a new child to a table object.
* Add a new child to a table object or set its current packing.
*
* @param o The given table object.
* @param child The child object to add.