elementary/frame - fixed typo

SVN revision: 68768
This commit is contained in:
ChunEon Park 2012-03-06 03:27:11 +00:00
parent 0cb987cf27
commit b989c30e25
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ EAPI Eina_Bool elm_frame_autocollapse_get(const Evas_Object *obj);
* Use this to toggle the collapsed state of a frame, bypassing animations.
*/
//XXX: How about elm_frame_minimized_set() ?
EAPI void elm_frame_collapse_set(Evas_Object *obj, Eina_Bool minimize);
EAPI void elm_frame_collapse_set(Evas_Object *obj, Eina_Bool collapse);
/**
* @brief Determine the collapse state of a frame