seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d7b396cfa863d03f75ec87af070b75176ceaa05f
commit d7b396cfa863d03f75ec87af070b75176ceaa05f Author: Daniel Juyung Seo <[email protected]> Date: Wed Jan 22 18:25:55 2014 +0900 fileselector_button: Added missing description about focus signals. --- src/lib/elc_fileselector_button.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elc_fileselector_button.h b/src/lib/elc_fileselector_button.h index 3f43c5b..d7d485f 100644 --- a/src/lib/elc_fileselector_button.h +++ b/src/lib/elc_fileselector_button.h @@ -37,6 +37,8 @@ * pointer comes as the @c event_info data (a stringshared * string) * - @c "language,changed" - the program's language changed + * - @c "focused" - When the fileselector button has received focus. (since 1.8) + * - @c "unfocused" - When the fileselector button has lost focus. (since 1.8) * * Default text parts of the fileselector_button widget that you can use for * are: --
