elm panes: Added some review for un-implemented APIs. Pointed out by Jeremy Zurcher.

Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68508
This commit is contained in:
Daniel Juyung Seo 2012-02-28 14:45:28 +00:00 committed by Daniel Juyung Seo
parent f0433e3a5e
commit d55dbfcd53
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ EAPI void elm_panes_content_left_size_set(Evas_Object *o
*
* @ingroup Panes
*/
// XXX: no implementation for this api?
EAPI double elm_panes_content_right_size_get(const Evas_Object *obj);
/**
@ -166,6 +167,7 @@ EAPI double elm_panes_content_right_size_get(const Evas_Ob
*
* @ingroup Panes
*/
// XXX: no implementation for this api?
EAPI void elm_panes_content_right_size_set(Evas_Object *obj, double size);