From: Daniel Juyung Seo Date: Wed, 12 Jun 2013 05:14:25 +0000 (+0900) Subject: elm_check.h: updated check documentation. X-Git-Tag: submit/efl/20131021.015827~366 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f86dbf2fdad898de6780ecfc53c8a3f97771690;p=platform%2Fupstream%2Felementary.git 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. --- 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