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
This commit is contained in:
Daniel Juyung Seo 2013-06-10 13:44:25 +09:00
parent 1d0521337c
commit 37822734cc
14 changed files with 28 additions and 29 deletions

View 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
*

View 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

View 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:

View 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"

View 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

View 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.
*

View 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

View 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

View 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

View 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.
* @{

View File

@ -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

View 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.

View 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"

View File

@ -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()