seoz pushed a commit to branch master.

commit 8f86dbf2fdad898de6780ecfc53c8a3f97771690
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Jun 12 14:14:25 2013 +0900

    elm_check.h: updated check documentation.
    
    "on" and "off" text parts work only with "toggle" style of check.
    This fixes https://phab.enlightenment.org/T154
    Thanks brian.lovin for the report.
---
 src/lib/elm_check.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_check.h b/src/lib/elm_check.h
index bd9cf31..9b16179 100644
--- a/src/lib/elm_check.h
+++ b/src/lib/elm_check.h
@@ -38,8 +38,8 @@
  *
  * Default text parts of the check widget that you can use for are:
  * @li "default" - A label of the check
- * @li "on" - On state label of the check
- * @li "off" - Off state label of the check
+ * @li "on" - On state label of the check (only valid for "toggle" style.)
+ * @li "off" - Off state label of the check (only valid for "toggle" style.)
  *
  * Supported elm_object common APIs.
  * @li @ref elm_object_disabled_set

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to