elementary: Corrected documentation of "changed" in elm_radio.

Summary:
Changed the text for Radio "changed" event to:
This is called when the radio object is selected.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: stefan_schmidt, seoz

Reviewed By: stefan_schmidt, seoz

Subscribers: stefan_schmidt

Maniphest Tasks: T1657

Differential Revision: https://phab.enlightenment.org/D1445
This commit is contained in:
Srivardhan Hebbar 2014-09-20 16:46:07 +09:00 committed by Daniel Juyung Seo
parent 366423b06a
commit a71a512830
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* @li @c "changed" - This is called whenever the user changes the state of one of
* the radio objects within the group of radio objects that work together.
* @li @c "changed" - This is called when the radio object is selected.
* @li @c "focused" - When the radio has received focus. (since 1.8)
* @li @c "unfocused" - When the radio has lost focus. (since 1.8)
* @li @c "language,changed" - the program's language changed (since 1.9)