Elm toggle: Also add a deprecation notice to the docs.

SVN revision: 60804
This commit is contained in:
Tom Hacohen 2011-06-29 09:11:42 +00:00
parent f0b79d1347
commit f38d34d9ee
1 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,7 @@ elm_toggle_add(Evas_Object *parent)
* @param label The label to be displayed
*
* @ingroup Toggle
* @deprecate use elm_object_text_* instead.
*/
EAPI void
elm_toggle_label_set(Evas_Object *obj, const char *label)
@ -304,6 +305,7 @@ elm_toggle_label_set(Evas_Object *obj, const char *label)
* @return The label of the toggle
*
* @ingroup Toggle
* @deprecate use elm_object_text_* instead.
*/
EAPI const char *
elm_toggle_label_get(const Evas_Object *obj)