elm_check.h: updated check documentation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 12 Jun 2013 05:14:25 +0000 (14:14 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 12 Jun 2013 05:14:25 +0000 (14:14 +0900)
"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

index bd9cf31..9b16179 100644 (file)
@@ -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