From 8f86dbf2fdad898de6780ecfc53c8a3f97771690 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 12 Jun 2013 14:14:25 +0900 Subject: [PATCH] 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 -- 2.7.4