elm: fixed focused and unfocused documentation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 10 Jun 2013 04:44:25 +0000 (13:44 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 10 Jun 2013 05:13:55 +0000 (14:13 +0900)
1. ctxpopup, fileselector_entry, naviframe, popup, bubble, button, calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid.
2. since 1.8

14 files changed:
src/lib/elc_ctxpopup.h
src/lib/elc_fileselector_entry.h
src/lib/elc_naviframe.h
src/lib/elc_popup.h
src/lib/elm_bubble.h
src/lib/elm_button.h
src/lib/elm_calendar.h
src/lib/elm_check.h
src/lib/elm_clock.h
src/lib/elm_colorselector.h
src/lib/elm_datetime.h
src/lib/elm_diskselector.h
src/lib/elm_flipselector.h
src/lib/elm_gengrid.h

index 7309ada..c3aa610 100644 (file)
@@ -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
  *
index 88cdd6c..a360ce5 100644 (file)
@@ -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
index 744d9f3..52171ec 100644 (file)
@@ -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:
index c8456e0..9841fce 100644 (file)
@@ -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"
index 825fd49..e02a91c 100644 (file)
@@ -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
index ce0ead9..afdcc81 100644 (file)
@@ -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.
  *
index bc1b521..fcd4532 100644 (file)
@@ -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
index a641de5..bd9cf31 100644 (file)
@@ -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
index 18b001b..f8f6708 100644 (file)
@@ -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
index feb635e..c5d4b5f 100644 (file)
@@ -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.
  * @{
index 7010104..cf4bc3e 100644 (file)
  * 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
index 98e265e..66f3c48 100644 (file)
@@ -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.
index 9061c4e..c1fcdef 100644 (file)
@@ -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"
index f182d23..1da72a3 100644 (file)
  * - @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()