From 37822734cc30855d439fdc976e9b491f4882138f Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 10 Jun 2013 13:44:25 +0900 Subject: [PATCH] elm: fixed focused and unfocused documentation. 1. ctxpopup, fileselector_entry, naviframe, popup, bubble, button, calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid. 2. since 1.8 --- legacy/elementary/src/lib/elc_ctxpopup.h | 5 ++--- legacy/elementary/src/lib/elc_fileselector_entry.h | 4 ++-- legacy/elementary/src/lib/elc_naviframe.h | 4 ++-- legacy/elementary/src/lib/elc_popup.h | 4 ++-- legacy/elementary/src/lib/elm_bubble.h | 4 ++-- legacy/elementary/src/lib/elm_button.h | 4 ++-- legacy/elementary/src/lib/elm_calendar.h | 4 ++-- legacy/elementary/src/lib/elm_check.h | 4 ++-- legacy/elementary/src/lib/elm_clock.h | 4 ++-- legacy/elementary/src/lib/elm_colorselector.h | 4 ++-- legacy/elementary/src/lib/elm_datetime.h | 4 ++-- legacy/elementary/src/lib/elm_diskselector.h | 4 ++-- legacy/elementary/src/lib/elm_flipselector.h | 4 ++-- legacy/elementary/src/lib/elm_gengrid.h | 4 ++-- 14 files changed, 28 insertions(+), 29 deletions(-) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.h b/legacy/elementary/src/lib/elc_ctxpopup.h index 7309ada6ea..c3aa610e23 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.h +++ b/legacy/elementary/src/lib/elc_ctxpopup.h @@ -30,9 +30,8 @@ * dismissed. * - @c "language,changed" - This is called when the program's language is * changed. - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. - * + * - @c "focused" - When the ctxpopup has received focus. (since 1.8) + * - @c "unfocused" - When the ctxpopup has lost focus. (since 1.8) * Default content parts of the ctxpopup widget that you can use for are: * @li "default" - A content of the ctxpopup * diff --git a/legacy/elementary/src/lib/elc_fileselector_entry.h b/legacy/elementary/src/lib/elc_fileselector_entry.h index 88cdd6c53b..a360ce5369 100644 --- a/legacy/elementary/src/lib/elc_fileselector_entry.h +++ b/legacy/elementary/src/lib/elc_fileselector_entry.h @@ -37,8 +37,8 @@ * couple seconds * - @c "clicked" - The entry has been clicked * - @c "clicked,double" - The entry has been double clicked - * - @c "focused" - The entry has received focus - * - @c "unfocused" - The entry has lost focus + * - @c "focused" - The entry has received focus (since 1.8) + * - @c "unfocused" - The entry has lost focus (since 1.8) * - @c "selection,paste" - A paste action has occurred on the * entry * - @c "selection,copy" - A copy action has occurred on the entry diff --git a/legacy/elementary/src/lib/elc_naviframe.h b/legacy/elementary/src/lib/elc_naviframe.h index 744d9f38d4..52171eccd3 100644 --- a/legacy/elementary/src/lib/elc_naviframe.h +++ b/legacy/elementary/src/lib/elc_naviframe.h @@ -58,8 +58,8 @@ * @li @c "transition,finished" - When the transition is finished in * changing the item * @li @c "title,clicked" - User clicked title area - * @li @c "focused" - When the entry has received focus. - * @li @c "unfocused" - When the entry has lost focus. + * @li @c "focused" - When the naviframe has received focus. (since 1.8) + * @li @c "unfocused" - When the naviframe has lost focus. (since 1.8) * * All the parts, for content and text, described here will also be * reachable by naviframe @b items direct calls: diff --git a/legacy/elementary/src/lib/elc_popup.h b/legacy/elementary/src/lib/elc_popup.h index c8456e0053..9841fce5d7 100644 --- a/legacy/elementary/src/lib/elc_popup.h +++ b/legacy/elementary/src/lib/elc_popup.h @@ -70,8 +70,8 @@ * @ref Layout: * @li @c "timeout" - whenever popup is closed as a result of timeout. * @li @c "block,clicked" - whenever user taps on Blocked Event area. - * @li @c "focused" - When the entry has received focus. - * @li @c "unfocused" - When the entry has lost focus. + * @li @c "focused" - When the popup has received focus. (since 1.8) + * @li @c "unfocused" - When the popup has lost focus. (since 1.8) * * Styles available for Popup * @li "default" diff --git a/legacy/elementary/src/lib/elm_bubble.h b/legacy/elementary/src/lib/elm_bubble.h index 825fd492ea..e02a91ce36 100644 --- a/legacy/elementary/src/lib/elm_bubble.h +++ b/legacy/elementary/src/lib/elm_bubble.h @@ -38,8 +38,8 @@ * This widget emits the following signals, besides the ones sent from * @ref Layout: * @li @c "clicked" - This is called when a user has clicked the bubble. - * @li @c "focused" - When the entry has received focus. - * @li @c "unfocused" - When the entry has lost focus. + * @li @c "focused" - When the bubble has received focus. (since 1.8) + * @li @c "unfocused" - When the bubble has lost focus. (since 1.8) * * Default content parts of the bubble that you can use for are: * @li "default" - A content of the bubble diff --git a/legacy/elementary/src/lib/elm_button.h b/legacy/elementary/src/lib/elm_button.h index ce0ead99aa..afdcc81883 100644 --- a/legacy/elementary/src/lib/elm_button.h +++ b/legacy/elementary/src/lib/elm_button.h @@ -24,8 +24,8 @@ * @li "repeated": the user pressed the button without releasing it. * @li "pressed": button was pressed. * @li "unpressed": button was released after being pressed. - * @li @c "focused" : When the entry has received focus. - * @li @c "unfocused" : When the entry has lost focus. + * @li @c "focused" : When the button has received focus. (since 1.8) + * @li @c "unfocused" : When the button has lost focus. (since 1.8) * In all cases, the @c event parameter of the callback will be * @c NULL. * diff --git a/legacy/elementary/src/lib/elm_calendar.h b/legacy/elementary/src/lib/elm_calendar.h index bc1b521468..fcd4532044 100644 --- a/legacy/elementary/src/lib/elm_calendar.h +++ b/legacy/elementary/src/lib/elm_calendar.h @@ -25,8 +25,8 @@ * - @c "changed" - emitted when the date in the calendar is changed. * - @c "display,changed" - emitted when the current month displayed in the * calendar is changed. - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. + * - @c "focused" - When the calendar has received focus. (since 1.8) + * - @c "unfocused" - When the calendar has lost focus. (since 1.8) * * Supported elm_object common APIs. * @li @ref elm_object_signal_emit diff --git a/legacy/elementary/src/lib/elm_check.h b/legacy/elementary/src/lib/elm_check.h index a641de53a2..bd9cf31c0d 100644 --- a/legacy/elementary/src/lib/elm_check.h +++ b/legacy/elementary/src/lib/elm_check.h @@ -30,8 +30,8 @@ * @ref Layout: * - @c "changed" - This is called whenever the user changes the state of * the check objects (@c event_info is always @c NULL). - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. + * - @c "focused" - When the check has received focus. (since 1.8) + * - @c "unfocused" - When the check has lost focus. (since 1.8) * * Default content parts of the check widget that you can use for are: * @li "icon" - An icon of the check diff --git a/legacy/elementary/src/lib/elm_clock.h b/legacy/elementary/src/lib/elm_clock.h index 18b001ba0a..f8f6708550 100644 --- a/legacy/elementary/src/lib/elm_clock.h +++ b/legacy/elementary/src/lib/elm_clock.h @@ -39,8 +39,8 @@ * This widget emits the following signals, besides the ones sent from * @ref Layout: * - @c "changed" - the clock's user changed the time - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. + * - @c "focused" - When the clock ehas received focus. (since 1.8) + * - @c "unfocused" - When the clock has lost focus. (since 1.8) * * Supported elm_object common APIs. * @li @ref elm_object_signal_emit diff --git a/legacy/elementary/src/lib/elm_colorselector.h b/legacy/elementary/src/lib/elm_colorselector.h index feb635e8d1..c5d4b5f041 100644 --- a/legacy/elementary/src/lib/elm_colorselector.h +++ b/legacy/elementary/src/lib/elm_colorselector.h @@ -28,8 +28,8 @@ * - @c "color,item,longpressed" - When user long presses on color * item. The event info parameter of the callback contains selected * color item. - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. + * - @c "focused" - When the colorselector has received focus. (since 1.8) + * - @c "unfocused" - When the colorselector has lost focus. (since 1.8) * * See @ref tutorial_colorselector. * @{ diff --git a/legacy/elementary/src/lib/elm_datetime.h b/legacy/elementary/src/lib/elm_datetime.h index 7010104a1f..cf4bc3e83a 100644 --- a/legacy/elementary/src/lib/elm_datetime.h +++ b/legacy/elementary/src/lib/elm_datetime.h @@ -183,8 +183,8 @@ * signal is sent. * @li @b "language,changed" - whenever system locale changes, this * signal is sent. - * @li @c "focused" - When the entry has received focus. - * @li @c "unfocused" - When the entry has lost focus. + * @li @c "focused" - When the datetime has received focus. (since 1.8) + * @li @c "unfocused" - When the datetime has lost focus. (since 1.8) * * Here is an example on its usage: * @li @ref datetime_example diff --git a/legacy/elementary/src/lib/elm_diskselector.h b/legacy/elementary/src/lib/elm_diskselector.h index 98e265e37b..66f3c48a21 100644 --- a/legacy/elementary/src/lib/elm_diskselector.h +++ b/legacy/elementary/src/lib/elm_diskselector.h @@ -33,8 +33,8 @@ * @li @c "scroll,anim,stop" - scrolling animation has stopped * @li @c "scroll,drag,start" - dragging the diskselector has started * @li @c "scroll,drag,stop" - dragging the diskselector has stopped - * @li @c "focused" - When the entry has received focus. - * @li @c "unfocused" - When the entry has lost focus. + * @li @c "focused" - When the diskselector has received focus. (since 1.8) + * @li @c "unfocused" - When the diskselector has lost focus. (since 1.8) * * @note The "scroll,anim,*" and "scroll,drag,*" signals are only emitted by * user intervention. diff --git a/legacy/elementary/src/lib/elm_flipselector.h b/legacy/elementary/src/lib/elm_flipselector.h index 9061c4ea38..c1fcdef1f0 100644 --- a/legacy/elementary/src/lib/elm_flipselector.h +++ b/legacy/elementary/src/lib/elm_flipselector.h @@ -29,8 +29,8 @@ * from the first item in its list to the last * - @c "underflowed" - when the widget's current selection is changed * from the last item in its list to the first - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. + * - @c "focused" - When the flip selector has received focus. (since 1.8) + * - @c "unfocused" - When the flip selector has lost focus. (since 1.8) * * Available styles for it: * - @c "default" diff --git a/legacy/elementary/src/lib/elm_gengrid.h b/legacy/elementary/src/lib/elm_gengrid.h index f182d23dfa..1da72a3ef1 100644 --- a/legacy/elementary/src/lib/elm_gengrid.h +++ b/legacy/elementary/src/lib/elm_gengrid.h @@ -235,8 +235,8 @@ * - @c "language,changed" - This is called when the program's language is * changed. Call the elm_gengrid_realized_items_update() if items text should * be translated. - * - @c "focused" - When the entry has received focus. - * - @c "unfocused" - When the entry has lost focus. + * - @c "focused" - When the gengrid has received focus. (since 1.8) + * - @c "unfocused" - When the gengrid has lost focus. (since 1.8) * * Supported elm_object common APIs * @li elm_object_signal_emit()