diff options
34 files changed, 61 insertions, 61 deletions
diff --git a/src/lib/elementary/efl_ui_clock.h b/src/lib/elementary/efl_ui_clock.h index b5352a8b52..95849b1334 100644 --- a/src/lib/elementary/efl_ui_clock.h +++ b/src/lib/elementary/efl_ui_clock.h | |||
@@ -115,11 +115,11 @@ | |||
115 | * The whole widget is left aligned and its size grows horizontally depending | 115 | * The whole widget is left aligned and its size grows horizontally depending |
116 | * on the current format and each field's visible/disabled state. | 116 | * on the current format and each field's visible/disabled state. |
117 | * | 117 | * |
118 | * This widget inherits from the @ref Layout one, so that all the | 118 | * This widget inherits from the @ref Elm_Layout one, so that all the |
119 | * functions acting on it also work for Clock objects. | 119 | * functions acting on it also work for Clock objects. |
120 | * | 120 | * |
121 | * This widget emits the following signals, besides the ones sent from | 121 | * This widget emits the following signals, besides the ones sent from |
122 | * @ref Layout: | 122 | * @ref Elm_Layout : |
123 | * @li @b "changed" - whenever Clock field value is changed, this | 123 | * @li @b "changed" - whenever Clock field value is changed, this |
124 | * signal is sent. | 124 | * signal is sent. |
125 | * @li @b "language,changed" - whenever system locale changes, this | 125 | * @li @b "language,changed" - whenever system locale changes, this |
diff --git a/src/lib/elementary/efl_ui_video.h b/src/lib/elementary/efl_ui_video.h index c4cfc55815..0db9b57cba 100644 --- a/src/lib/elementary/efl_ui_video.h +++ b/src/lib/elementary/efl_ui_video.h | |||
@@ -26,16 +26,16 @@ | |||
26 | * linked Efl_Ui_Video so it will use the video decoder, if available. It also | 26 | * linked Efl_Ui_Video so it will use the video decoder, if available. It also |
27 | * activates the "remember" function on the linked Efl_Ui_Video object. | 27 | * activates the "remember" function on the linked Efl_Ui_Video object. |
28 | * | 28 | * |
29 | * Both widgets inherit from the @ref Layout one, so that all the | 29 | * Both widgets inherit from the @ref Elm_Layout one, so that all the |
30 | * functions acting on it also work for video objects. | 30 | * functions acting on it also work for video objects. |
31 | * | 31 | * |
32 | * This widget emits the following signals, besides the ones sent from | 32 | * This widget emits the following signals, besides the ones sent from |
33 | * @ref Layout: | 33 | * @ref Elm_Layout : |
34 | * @li @c "focused" : When the video has received focus. (since 1.8) | 34 | * @li @c "focused" : When the video has received focus. (since 1.8) |
35 | * @li @c "unfocused" : When the video has lost focus. (since 1.8) | 35 | * @li @c "unfocused" : When the video has lost focus. (since 1.8) |
36 | * | 36 | * |
37 | * The player widget emits the following signals, besides the ones | 37 | * The player widget emits the following signals, besides the ones |
38 | * sent from @ref Layout: | 38 | * sent from @ref Elm_Layout : |
39 | * - @c "forward,clicked" - the user clicked the forward button. | 39 | * - @c "forward,clicked" - the user clicked the forward button. |
40 | * - @c "info,clicked" - the user clicked the info button. | 40 | * - @c "info,clicked" - the user clicked the info button. |
41 | * - @c "next,clicked" - the user clicked the next button. | 41 | * - @c "next,clicked" - the user clicked the next button. |
diff --git a/src/lib/elementary/elc_ctxpopup.h b/src/lib/elementary/elc_ctxpopup.h index 6663f7e863..a55319cdcc 100644 --- a/src/lib/elementary/elc_ctxpopup.h +++ b/src/lib/elementary/elc_ctxpopup.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * functions acting on it also work for context popup objects (since 1.8). | 22 | * functions acting on it also work for context popup objects (since 1.8). |
23 | * | 23 | * |
24 | * This widget emits the following signals, besides the ones sent from | 24 | * This widget emits the following signals, besides the ones sent from |
25 | * @ref Layout: | 25 | * @ref Elm_Layout : |
26 | * - @c "dismissed" - This is called when 1. the outside of ctxpopup was clicked | 26 | * - @c "dismissed" - This is called when 1. the outside of ctxpopup was clicked |
27 | * or 2. its parent area is changed or 3. the language is changed and also when | 27 | * or 2. its parent area is changed or 3. the language is changed and also when |
28 | * 4. the parent object is resized due to the window rotation. Then ctxpopup is | 28 | * 4. the parent object is resized due to the window rotation. Then ctxpopup is |
diff --git a/src/lib/elementary/elc_fileselector.h b/src/lib/elementary/elc_fileselector.h index 32b8b566a0..9a936b3ec1 100644 --- a/src/lib/elementary/elc_fileselector.h +++ b/src/lib/elementary/elc_fileselector.h | |||
@@ -38,7 +38,7 @@ | |||
38 | * functions acting on it also work for file selector objects. | 38 | * functions acting on it also work for file selector objects. |
39 | * | 39 | * |
40 | * This widget emits the following signals, besides the ones sent from | 40 | * This widget emits the following signals, besides the ones sent from |
41 | * @ref Layout: | 41 | * @ref Elm_Layout : |
42 | * - @c "activated" - the user activated a file. This can happen by | 42 | * - @c "activated" - the user activated a file. This can happen by |
43 | * double-clicking or pressing Enter key. (@p event_info is a | 43 | * double-clicking or pressing Enter key. (@p event_info is a |
44 | * pointer to the activated file path) | 44 | * pointer to the activated file path) |
diff --git a/src/lib/elementary/elc_fileselector_entry.h b/src/lib/elementary/elc_fileselector_entry.h index fe0dfde7e5..0085be89d7 100644 --- a/src/lib/elementary/elc_fileselector_entry.h +++ b/src/lib/elementary/elc_fileselector_entry.h | |||
@@ -20,7 +20,7 @@ | |||
20 | * is closed and the selected file's path string is exposed both as | 20 | * is closed and the selected file's path string is exposed both as |
21 | * a smart event and as the new text on the entry. | 21 | * a smart event and as the new text on the entry. |
22 | * | 22 | * |
23 | * This widget inherits from the @ref Layout one, so that all the | 23 | * This widget inherits from the @ref Elm_Layout one, so that all the |
24 | * functions acting on it also work for file selector entry objects (since 1.8). | 24 | * functions acting on it also work for file selector entry objects (since 1.8). |
25 | * | 25 | * |
26 | * This widget encapsulates operations on its internal file | 26 | * This widget encapsulates operations on its internal file |
diff --git a/src/lib/elementary/elc_multibuttonentry.h b/src/lib/elementary/elc_multibuttonentry.h index e17c1c946f..aad3b51880 100644 --- a/src/lib/elementary/elc_multibuttonentry.h +++ b/src/lib/elementary/elc_multibuttonentry.h | |||
@@ -17,11 +17,11 @@ | |||
17 | * emails/messages to a group of addresses, each of which is an item | 17 | * emails/messages to a group of addresses, each of which is an item |
18 | * that can be clicked for further actions. | 18 | * that can be clicked for further actions. |
19 | * | 19 | * |
20 | * This widget inherits from the @ref Layout one, so that all the | 20 | * This widget inherits from the @ref Elm_Layout one, so that all the |
21 | * functions acting on it also work for multi-button entry objects (since 1.8). | 21 | * functions acting on it also work for multi-button entry objects (since 1.8). |
22 | * | 22 | * |
23 | * This widget emits the following signals, besides the ones sent from | 23 | * This widget emits the following signals, besides the ones sent from |
24 | * @ref Layout: | 24 | * @ref Elm_Layout : |
25 | * - @c "item,selected" - this is called when an item is selected by | 25 | * - @c "item,selected" - this is called when an item is selected by |
26 | * api, user interaction, and etc. this is also called when a | 26 | * api, user interaction, and etc. this is also called when a |
27 | * user press back space while cursor is on the first field of | 27 | * user press back space while cursor is on the first field of |
diff --git a/src/lib/elementary/elc_naviframe.h b/src/lib/elementary/elc_naviframe.h index 71f213de85..a07688ff33 100644 --- a/src/lib/elementary/elc_naviframe.h +++ b/src/lib/elementary/elc_naviframe.h | |||
@@ -55,7 +55,7 @@ | |||
55 | * | 55 | * |
56 | * | 56 | * |
57 | * This widget emits the following signals, besides the ones sent from | 57 | * This widget emits the following signals, besides the ones sent from |
58 | * @ref Layout: | 58 | * @ref Elm_Layout : |
59 | * @li @c "transition,finished" - When the transition is finished in | 59 | * @li @c "transition,finished" - When the transition is finished in |
60 | * changing the item | 60 | * changing the item |
61 | * @li @c "title,transition,finished" - When the title area's transition | 61 | * @li @c "title,transition,finished" - When the title area's transition |
diff --git a/src/lib/elementary/elc_popup.h b/src/lib/elementary/elc_popup.h index 5671369ab8..15f27b26bc 100644 --- a/src/lib/elementary/elc_popup.h +++ b/src/lib/elementary/elc_popup.h | |||
@@ -68,11 +68,11 @@ | |||
68 | * evas_object_show on popup should be called after setting all the contents | 68 | * evas_object_show on popup should be called after setting all the contents |
69 | * and buttons of popup. | 69 | * and buttons of popup. |
70 | * | 70 | * |
71 | * This widget inherits from the @ref Layout one, so that all the | 71 | * This widget inherits from the @ref Elm_Layout one, so that all the |
72 | * functions acting on it also work for popup objects (since 1.8). | 72 | * functions acting on it also work for popup objects (since 1.8). |
73 | * | 73 | * |
74 | * This widget emits the following signals, besides the ones sent from | 74 | * This widget emits the following signals, besides the ones sent from |
75 | * @ref Layout: | 75 | * @ref Elm_Layout : |
76 | * @li @c "timeout" - whenever popup is closed as a result of timeout. | 76 | * @li @c "timeout" - whenever popup is closed as a result of timeout. |
77 | * @li @c "block,clicked" - whenever user taps on Blocked Event area. | 77 | * @li @c "block,clicked" - whenever user taps on Blocked Event area. |
78 | * @li @c "focused" - When the popup has received focus. (since 1.8) | 78 | * @li @c "focused" - When the popup has received focus. (since 1.8) |
diff --git a/src/lib/elementary/elm_actionslider.h b/src/lib/elementary/elm_actionslider.h index 55abc02138..f8129fc369 100644 --- a/src/lib/elementary/elm_actionslider.h +++ b/src/lib/elementary/elm_actionslider.h | |||
@@ -25,11 +25,11 @@ | |||
25 | * | 25 | * |
26 | * @note By default all positions are set as enabled. | 26 | * @note By default all positions are set as enabled. |
27 | * | 27 | * |
28 | * This widget inherits from the @ref Layout one, so that all the | 28 | * This widget inherits from the @ref Elm_Layout one, so that all the |
29 | * functions acting on it also work for actionslider objects. | 29 | * functions acting on it also work for actionslider objects. |
30 | * | 30 | * |
31 | * This widget emits the following signals, besides the ones sent from | 31 | * This widget emits the following signals, besides the ones sent from |
32 | * @ref Layout: | 32 | * @ref Elm_Layout : |
33 | * @li @c "selected" - when user selects an enabled position (the | 33 | * @li @c "selected" - when user selects an enabled position (the |
34 | * label is passed as event info). | 34 | * label is passed as event info). |
35 | * @li @c "pos_changed" - when the indicator reaches any of the | 35 | * @li @c "pos_changed" - when the indicator reaches any of the |
diff --git a/src/lib/elementary/elm_bg.h b/src/lib/elementary/elm_bg.h index 030f83e53a..f6e1c0669b 100644 --- a/src/lib/elementary/elm_bg.h +++ b/src/lib/elementary/elm_bg.h | |||
@@ -17,7 +17,7 @@ | |||
17 | * properties useful to a background, like setting it to tiled, | 17 | * properties useful to a background, like setting it to tiled, |
18 | * centered, scaled or stretched. | 18 | * centered, scaled or stretched. |
19 | * | 19 | * |
20 | * This widget inherits from the @ref Layout one, so that all the | 20 | * This widget inherits from the @ref Elm_Layout one, so that all the |
21 | * functions acting on it also work for background objects. | 21 | * functions acting on it also work for background objects. |
22 | * | 22 | * |
23 | * Default content parts of the bg widget that you can use for are: | 23 | * Default content parts of the bg widget that you can use for are: |
diff --git a/src/lib/elementary/elm_bubble.h b/src/lib/elementary/elm_bubble.h index 328540d9bb..522ee8a438 100644 --- a/src/lib/elementary/elm_bubble.h +++ b/src/lib/elementary/elm_bubble.h | |||
@@ -32,11 +32,11 @@ | |||
32 | * @li "bottom_left" | 32 | * @li "bottom_left" |
33 | * @li "bottom_right" | 33 | * @li "bottom_right" |
34 | * | 34 | * |
35 | * This widget inherits from the @ref Layout one, so that all the | 35 | * This widget inherits from the @ref Elm_Layout one, so that all the |
36 | * functions acting on it also work for bubble objects. | 36 | * functions acting on it also work for bubble objects. |
37 | * | 37 | * |
38 | * This widget emits the following signals, besides the ones sent from | 38 | * This widget emits the following signals, besides the ones sent from |
39 | * @ref Layout: | 39 | * @ref Elm_Layout : |
40 | * @li @c "clicked" - This is called when a user has clicked the bubble. | 40 | * @li @c "clicked" - This is called when a user has clicked the bubble. |
41 | * @li @c "focused" - When the bubble has received focus. (since 1.8) | 41 | * @li @c "focused" - When the bubble has received focus. (since 1.8) |
42 | * @li @c "unfocused" - When the bubble has lost focus. (since 1.8) | 42 | * @li @c "unfocused" - When the bubble has lost focus. (since 1.8) |
diff --git a/src/lib/elementary/elm_clock.h b/src/lib/elementary/elm_clock.h index 8d6bff54e7..f3d4b10252 100644 --- a/src/lib/elementary/elm_clock.h +++ b/src/lib/elementary/elm_clock.h | |||
@@ -33,11 +33,11 @@ | |||
33 | * am/pm indicator may be optionally shown, too, when it will | 33 | * am/pm indicator may be optionally shown, too, when it will |
34 | * switch to 12h. | 34 | * switch to 12h. |
35 | * | 35 | * |
36 | * This widget inherits from the @ref Layout one, so that all the | 36 | * This widget inherits from the @ref Elm_Layout one, so that all the |
37 | * functions acting on it also work for clock objects. | 37 | * functions acting on it also work for clock objects. |
38 | * | 38 | * |
39 | * This widget emits the following signals, besides the ones sent from | 39 | * This widget emits the following signals, besides the ones sent from |
40 | * @ref Layout: | 40 | * @ref Elm_Layout : |
41 | * - @c "changed" - the clock's user changed the time | 41 | * - @c "changed" - the clock's user changed the time |
42 | * - @c "focused" - When the clock ehas received focus. (since 1.8) | 42 | * - @c "focused" - When the clock ehas received focus. (since 1.8) |
43 | * - @c "unfocused" - When the clock has lost focus. (since 1.8) | 43 | * - @c "unfocused" - When the clock has lost focus. (since 1.8) |
diff --git a/src/lib/elementary/elm_datetime.h b/src/lib/elementary/elm_datetime.h index b775130a76..e88a896b76 100644 --- a/src/lib/elementary/elm_datetime.h +++ b/src/lib/elementary/elm_datetime.h | |||
@@ -174,11 +174,11 @@ | |||
174 | * | 174 | * |
175 | * <b>export ELM_MODULES="datetime_input_ctxpopup>datetime/api"</b> | 175 | * <b>export ELM_MODULES="datetime_input_ctxpopup>datetime/api"</b> |
176 | * | 176 | * |
177 | * This widget inherits from the @ref Layout one, so that all the | 177 | * This widget inherits from the @ref Elm_Layout one, so that all the |
178 | * functions acting on it also work for datetime objects. | 178 | * functions acting on it also work for datetime objects. |
179 | * | 179 | * |
180 | * This widget emits the following signals, besides the ones sent from | 180 | * This widget emits the following signals, besides the ones sent from |
181 | * @ref Layout: | 181 | * @ref Elm_Layout : |
182 | * @li @b "changed" - whenever Datetime field value is changed, this | 182 | * @li @b "changed" - whenever Datetime field value is changed, this |
183 | * signal is sent. | 183 | * signal is sent. |
184 | * @li @b "language,changed" - whenever system locale changes, this | 184 | * @li @b "language,changed" - whenever system locale changes, this |
diff --git a/src/lib/elementary/elm_dayselector.h b/src/lib/elementary/elm_dayselector.h index b96967d194..b6de2b599b 100644 --- a/src/lib/elementary/elm_dayselector.h +++ b/src/lib/elementary/elm_dayselector.h | |||
@@ -54,11 +54,11 @@ | |||
54 | * the elm_object_part_content_set/get APIs thus providing a way to handle | 54 | * the elm_object_part_content_set/get APIs thus providing a way to handle |
55 | * the different check styles for individual days. | 55 | * the different check styles for individual days. |
56 | * | 56 | * |
57 | * This widget inherits from the @ref Layout one, so that all the | 57 | * This widget inherits from the @ref Elm_Layout one, so that all the |
58 | * functions acting on it also work for dayselector objects. | 58 | * functions acting on it also work for dayselector objects. |
59 | * | 59 | * |
60 | * This widget emits the following signals, besides the ones sent from | 60 | * This widget emits the following signals, besides the ones sent from |
61 | * @ref Layout: | 61 | * @ref Elm_Layout : |
62 | * @li @c "dayselector,changed" - when the user changes the state of a day. | 62 | * @li @c "dayselector,changed" - when the user changes the state of a day. |
63 | * @li @c "language,changed" - the program's language changed | 63 | * @li @c "language,changed" - the program's language changed |
64 | * | 64 | * |
diff --git a/src/lib/elementary/elm_diskselector.h b/src/lib/elementary/elm_diskselector.h index c8418263e2..b2791a99c4 100644 --- a/src/lib/elementary/elm_diskselector.h +++ b/src/lib/elementary/elm_diskselector.h | |||
@@ -26,7 +26,7 @@ | |||
26 | * major release). | 26 | * major release). |
27 | * | 27 | * |
28 | * This widget emits the following signals, besides the ones sent from | 28 | * This widget emits the following signals, besides the ones sent from |
29 | * @ref Layout: | 29 | * @ref Elm_Layout : |
30 | * @li @c "selected" - when item is selected, i.e. scroller stops. | 30 | * @li @c "selected" - when item is selected, i.e. scroller stops. |
31 | * @li @c "clicked" - This is called when a user clicks an item (since 1.8) | 31 | * @li @c "clicked" - This is called when a user clicks an item (since 1.8) |
32 | * @li @c "scroll,anim,start" - scrolling animation has started | 32 | * @li @c "scroll,anim,start" - scrolling animation has started |
diff --git a/src/lib/elementary/elm_flipselector.h b/src/lib/elementary/elm_flipselector.h index 40e8d07e7c..dc36f2fc05 100644 --- a/src/lib/elementary/elm_flipselector.h +++ b/src/lib/elementary/elm_flipselector.h | |||
@@ -16,11 +16,11 @@ | |||
16 | * so that it helps the user to reach an item which is distant from | 16 | * so that it helps the user to reach an item which is distant from |
17 | * the current selection. | 17 | * the current selection. |
18 | * | 18 | * |
19 | * This widget inherits from the @ref Layout one, so that all the | 19 | * This widget inherits from the @ref Elm_Layout one, so that all the |
20 | * functions acting on it also work for flip selector objects. | 20 | * functions acting on it also work for flip selector objects. |
21 | * | 21 | * |
22 | * This widget emits the following signals, besides the ones sent from | 22 | * This widget emits the following signals, besides the ones sent from |
23 | * @ref Layout: | 23 | * @ref Elm_Layout : |
24 | * - @c "selected" - when the widget's selected text item is changed. The @c | 24 | * - @c "selected" - when the widget's selected text item is changed. The @c |
25 | * event_info parameter is the item that was selected. | 25 | * event_info parameter is the item that was selected. |
26 | * - @c "overflowed" - when the widget's current selection is changed | 26 | * - @c "overflowed" - when the widget's current selection is changed |
diff --git a/src/lib/elementary/elm_frame.h b/src/lib/elementary/elm_frame.h index 3ae891cb98..053dacdbef 100644 --- a/src/lib/elementary/elm_frame.h +++ b/src/lib/elementary/elm_frame.h | |||
@@ -22,11 +22,11 @@ | |||
22 | * | 22 | * |
23 | * Of all this styles only default shows the title. | 23 | * Of all this styles only default shows the title. |
24 | * | 24 | * |
25 | * This widget inherits from the @ref Layout one, so that all the | 25 | * This widget inherits from the @ref Elm_Layout one, so that all the |
26 | * functions acting on it also work for frame objects. | 26 | * functions acting on it also work for frame objects. |
27 | * | 27 | * |
28 | * This widget emits the following signals, besides the ones sent from | 28 | * This widget emits the following signals, besides the ones sent from |
29 | * @ref Layout: | 29 | * @ref Elm_Layout : |
30 | * - @c "clicked" - The user has clicked the frame's label | 30 | * - @c "clicked" - The user has clicked the frame's label |
31 | * - @c "language,changed" - the program's language changed (since 1.9) | 31 | * - @c "language,changed" - the program's language changed (since 1.9) |
32 | * | 32 | * |
diff --git a/src/lib/elementary/elm_gengrid.h b/src/lib/elementary/elm_gengrid.h index 0e781fa584..6d328033de 100644 --- a/src/lib/elementary/elm_gengrid.h +++ b/src/lib/elementary/elm_gengrid.h | |||
@@ -16,7 +16,7 @@ | |||
16 | * view) or via the keyboard, navigating through item with the | 16 | * view) or via the keyboard, navigating through item with the |
17 | * arrow keys. | 17 | * arrow keys. |
18 | * | 18 | * |
19 | * This widget inherits from the @ref Layout one, so that all the | 19 | * This widget inherits from the @ref Elm_Layout one, so that all the |
20 | * functions acting on it also work for gengrid objects. | 20 | * functions acting on it also work for gengrid objects. |
21 | * | 21 | * |
22 | * This widget implements the @ref elm-scrollable-interface | 22 | * This widget implements the @ref elm-scrollable-interface |
@@ -162,7 +162,7 @@ | |||
162 | * @section Gengrid_Smart_Events Gengrid smart events | 162 | * @section Gengrid_Smart_Events Gengrid smart events |
163 | * | 163 | * |
164 | * This widget emits the following signals, besides the ones sent from | 164 | * This widget emits the following signals, besides the ones sent from |
165 | * @ref Layout: | 165 | * @ref Elm_Layout : |
166 | * - @c "activated" - The user has double-clicked or pressed | 166 | * - @c "activated" - The user has double-clicked or pressed |
167 | * (enter|return|spacebar) on an item. The @p event_info parameter | 167 | * (enter|return|spacebar) on an item. The @p event_info parameter |
168 | * is the gengrid item that was activated. | 168 | * is the gengrid item that was activated. |
diff --git a/src/lib/elementary/elm_genlist.h b/src/lib/elementary/elm_genlist.h index 8a1691c0d9..918b9585a5 100644 --- a/src/lib/elementary/elm_genlist.h +++ b/src/lib/elementary/elm_genlist.h | |||
@@ -19,7 +19,7 @@ | |||
19 | * trying to be both expansive, powerful and efficient. First we will begin | 19 | * trying to be both expansive, powerful and efficient. First we will begin |
20 | * an overview on the theory behind genlist. | 20 | * an overview on the theory behind genlist. |
21 | * | 21 | * |
22 | * This widget inherits from the @ref Layout one, so that all the | 22 | * This widget inherits from the @ref Elm_Layout one, so that all the |
23 | * functions acting on it also work for genlist objects. | 23 | * functions acting on it also work for genlist objects. |
24 | * | 24 | * |
25 | * This widget implements the @ref elm-scrollable-interface | 25 | * This widget implements the @ref elm-scrollable-interface |
@@ -250,7 +250,7 @@ | |||
250 | * @section Genlist_Smart_Events Genlist smart events | 250 | * @section Genlist_Smart_Events Genlist smart events |
251 | * | 251 | * |
252 | * This widget emits the following signals, besides the ones sent from | 252 | * This widget emits the following signals, besides the ones sent from |
253 | * @ref Layout: | 253 | * @ref Elm_Layout : |
254 | * - @c "activated" - The user has double-clicked or pressed | 254 | * - @c "activated" - The user has double-clicked or pressed |
255 | * (enter|return|spacebar) on an item. The @p event_info parameter is the | 255 | * (enter|return|spacebar) on an item. The @p event_info parameter is the |
256 | * item that was activated. | 256 | * item that was activated. |
diff --git a/src/lib/elementary/elm_hover.h b/src/lib/elementary/elm_hover.h index 342b3e3ba6..eeac7708c9 100644 --- a/src/lib/elementary/elm_hover.h +++ b/src/lib/elementary/elm_hover.h | |||
@@ -27,11 +27,11 @@ | |||
27 | * @li menu | 27 | * @li menu |
28 | * @li hoversel_vertical | 28 | * @li hoversel_vertical |
29 | * | 29 | * |
30 | * This widget inherits from the @ref Layout one, so that all the | 30 | * This widget inherits from the @ref Elm_Layout one, so that all the |
31 | * functions acting on it also work for hover objects. | 31 | * functions acting on it also work for hover objects. |
32 | * | 32 | * |
33 | * This widget emits the following signals, besides the ones sent from | 33 | * This widget emits the following signals, besides the ones sent from |
34 | * @ref Layout: | 34 | * @ref Elm_Layout : |
35 | * @li @c "clicked" - the user clicked the empty space in the hover to dismiss | 35 | * @li @c "clicked" - the user clicked the empty space in the hover to dismiss |
36 | * @li @c "dismissed" - the user clicked the empty space in the hover to dismiss (since 1.8) | 36 | * @li @c "dismissed" - the user clicked the empty space in the hover to dismiss (since 1.8) |
37 | * @li @c "smart,changed" - a content object placed under the "smart" | 37 | * @li @c "smart,changed" - a content object placed under the "smart" |
diff --git a/src/lib/elementary/elm_inwin.h b/src/lib/elementary/elm_inwin.h index d5fba32e52..a461094899 100644 --- a/src/lib/elementary/elm_inwin.h +++ b/src/lib/elementary/elm_inwin.h | |||
@@ -31,9 +31,9 @@ | |||
31 | * possible, but it's sized vertically the most it needs to fit its\ | 31 | * possible, but it's sized vertically the most it needs to fit its\ |
32 | * contents. | 32 | * contents. |
33 | * | 33 | * |
34 | * This widget inherits from the @ref Layout one, so that all the | 34 | * This widget inherits from the @ref Elm_Layout one, so that all the |
35 | * functions acting on it also work for inner windown objects. It also | 35 | * functions acting on it also work for inner windown objects. It also |
36 | * emits the signals inherited from @ref Layout. | 36 | * emits the signals inherited from @ref Elm_Layout. |
37 | * | 37 | * |
38 | * Default content parts of the inwin that you can use for are: | 38 | * Default content parts of the inwin that you can use for are: |
39 | * @li "default" A content of the inwin | 39 | * @li "default" A content of the inwin |
diff --git a/src/lib/elementary/elm_label.h b/src/lib/elementary/elm_label.h index 13b52124dc..7bfa3db11f 100644 --- a/src/lib/elementary/elm_label.h +++ b/src/lib/elementary/elm_label.h | |||
@@ -28,11 +28,11 @@ | |||
28 | * Custom themes can of course invent new markup tags and style them any way | 28 | * Custom themes can of course invent new markup tags and style them any way |
29 | * they like. | 29 | * they like. |
30 | * | 30 | * |
31 | * This widget inherits from the @ref Layout one, so that all the | 31 | * This widget inherits from the @ref Elm_Layout one, so that all the |
32 | * functions acting on it also work for label objects. | 32 | * functions acting on it also work for label objects. |
33 | * | 33 | * |
34 | * This widget emits the following signals, besides the ones sent from | 34 | * This widget emits the following signals, besides the ones sent from |
35 | * @ref Layout: | 35 | * @ref Elm_Layout : |
36 | * @li @c "language,changed": The program's language changed. | 36 | * @li @c "language,changed": The program's language changed. |
37 | * @li @c "slide,end": The slide is end. | 37 | * @li @c "slide,end": The slide is end. |
38 | * | 38 | * |
diff --git a/src/lib/elementary/elm_list.h b/src/lib/elementary/elm_list.h index 07147b4cf7..83bb09cdd3 100644 --- a/src/lib/elementary/elm_list.h +++ b/src/lib/elementary/elm_list.h | |||
@@ -19,11 +19,11 @@ | |||
19 | * A list is a very simple type of list widget. For more robust lists, | 19 | * A list is a very simple type of list widget. For more robust lists, |
20 | * @ref Genlist should probably be used. | 20 | * @ref Genlist should probably be used. |
21 | * | 21 | * |
22 | * This widget inherits from the @ref Layout one, so that all the | 22 | * This widget inherits from the @ref Elm_Layout one, so that all the |
23 | * functions acting on it also work for list objects. | 23 | * functions acting on it also work for list objects. |
24 | * | 24 | * |
25 | * This widget emits the following signals, besides the ones sent from | 25 | * This widget emits the following signals, besides the ones sent from |
26 | * @ref Layout: | 26 | * @ref Elm_Layout : |
27 | * - @c "activated" - The user has double-clicked or pressed | 27 | * - @c "activated" - The user has double-clicked or pressed |
28 | * (enter|return|spacebar) on an item. The @p event_info parameter | 28 | * (enter|return|spacebar) on an item. The @p event_info parameter |
29 | * is the item that was activated. | 29 | * is the item that was activated. |
diff --git a/src/lib/elementary/elm_panel.h b/src/lib/elementary/elm_panel.h index c94d9fc584..5dbdcbddac 100644 --- a/src/lib/elementary/elm_panel.h +++ b/src/lib/elementary/elm_panel.h | |||
@@ -18,11 +18,11 @@ | |||
18 | * @li #ELM_PANEL_ORIENT_RIGHT | 18 | * @li #ELM_PANEL_ORIENT_RIGHT |
19 | * @li #ELM_PANEL_ORIENT_BOTTOM | 19 | * @li #ELM_PANEL_ORIENT_BOTTOM |
20 | * | 20 | * |
21 | * This widget inherits from the @ref Layout one, so that all the | 21 | * This widget inherits from the @ref Elm_Layout one, so that all the |
22 | * functions acting on it also work for panel objects (since 1.8). | 22 | * functions acting on it also work for panel objects (since 1.8). |
23 | * | 23 | * |
24 | * This widget emits the following signals, besides the ones sent from | 24 | * This widget emits the following signals, besides the ones sent from |
25 | * @ref Layout: | 25 | * @ref Elm_Layout : |
26 | * @li @c "toggled" : When the panel has been toggled. (since 1.18) | 26 | * @li @c "toggled" : When the panel has been toggled. (since 1.18) |
27 | * @li @c "scroll" : When the content has been scrolled (moved). (since 1.10) | 27 | * @li @c "scroll" : When the content has been scrolled (moved). (since 1.10) |
28 | * This signal is emitted only when the panel is scrollable. | 28 | * This signal is emitted only when the panel is scrollable. |
diff --git a/src/lib/elementary/elm_panes.h b/src/lib/elementary/elm_panes.h index 9704b39c4d..fb510b7e0a 100644 --- a/src/lib/elementary/elm_panes.h +++ b/src/lib/elementary/elm_panes.h | |||
@@ -17,11 +17,11 @@ | |||
17 | * Panes can be split vertically or horizontally, and contents | 17 | * Panes can be split vertically or horizontally, and contents |
18 | * size proportion can be customized (homogeneous by default). | 18 | * size proportion can be customized (homogeneous by default). |
19 | * | 19 | * |
20 | * This widget inherits from the @ref Layout one, so that all the | 20 | * This widget inherits from the @ref Elm_Layout one, so that all the |
21 | * functions acting on it also work for panes objects. | 21 | * functions acting on it also work for panes objects. |
22 | * | 22 | * |
23 | * This widget emits the following signals, besides the ones sent from | 23 | * This widget emits the following signals, besides the ones sent from |
24 | * @ref Layout: | 24 | * @ref Elm_Layout : |
25 | * - @c "press" - The panes has been pressed (button wasn't released yet). | 25 | * - @c "press" - The panes has been pressed (button wasn't released yet). |
26 | * - @c "unpress" - The panes was released after being pressed. | 26 | * - @c "unpress" - The panes was released after being pressed. |
27 | * - @c "clicked" - The panes has been clicked> | 27 | * - @c "clicked" - The panes has been clicked> |
diff --git a/src/lib/elementary/elm_progressbar.h b/src/lib/elementary/elm_progressbar.h index 8c57fcf76a..bd051e39e6 100644 --- a/src/lib/elementary/elm_progressbar.h +++ b/src/lib/elementary/elm_progressbar.h | |||
@@ -30,11 +30,11 @@ | |||
30 | * Applications can query the progress bar for its value with | 30 | * Applications can query the progress bar for its value with |
31 | * elm_progressbar_value_get(). | 31 | * elm_progressbar_value_get(). |
32 | * | 32 | * |
33 | * This widget inherits from the @ref Layout one, so that all the | 33 | * This widget inherits from the @ref Elm_Layout one, so that all the |
34 | * functions acting on it also work for progress bar objects. | 34 | * functions acting on it also work for progress bar objects. |
35 | * | 35 | * |
36 | * This widget emits the following signals, besides the ones sent from | 36 | * This widget emits the following signals, besides the ones sent from |
37 | * @ref Layout: | 37 | * @ref Elm_Layout : |
38 | * @li @c "changed" - when the value is changed (since 1.7) | 38 | * @li @c "changed" - when the value is changed (since 1.7) |
39 | * @li @c "focused" - When the progressbar has received focus. (since 1.8) | 39 | * @li @c "focused" - When the progressbar has received focus. (since 1.8) |
40 | * @li @c "unfocused" - When the progressbar has lost focus. (since 1.8) | 40 | * @li @c "unfocused" - When the progressbar has lost focus. (since 1.8) |
diff --git a/src/lib/elementary/elm_radio.h b/src/lib/elementary/elm_radio.h index dfedb190c9..e3edae0f11 100644 --- a/src/lib/elementary/elm_radio.h +++ b/src/lib/elementary/elm_radio.h | |||
@@ -33,11 +33,11 @@ | |||
33 | * The radio objects will modify this directly. That implies the pointer must | 33 | * The radio objects will modify this directly. That implies the pointer must |
34 | * point to valid memory for as long as the radio objects exist. | 34 | * point to valid memory for as long as the radio objects exist. |
35 | * | 35 | * |
36 | * This widget inherits from the @ref Layout one, so that all the | 36 | * This widget inherits from the @ref Elm_Layout one, so that all the |
37 | * functions acting on it also work for radio objects. | 37 | * functions acting on it also work for radio objects. |
38 | * | 38 | * |
39 | * This widget emits the following signals, besides the ones sent from | 39 | * This widget emits the following signals, besides the ones sent from |
40 | * @ref Layout: | 40 | * @ref Elm_Layout : |
41 | * @li @c "changed" - This is called when the radio object is selected. If you | 41 | * @li @c "changed" - This is called when the radio object is selected. If you |
42 | * want to trace the state change of a radio group, you should add this callback | 42 | * want to trace the state change of a radio group, you should add this callback |
43 | * to all the radio objects in that group. | 43 | * to all the radio objects in that group. |
diff --git a/src/lib/elementary/elm_scroller.h b/src/lib/elementary/elm_scroller.h index b12de04b6c..fe44c2254c 100644 --- a/src/lib/elementary/elm_scroller.h +++ b/src/lib/elementary/elm_scroller.h | |||
@@ -12,7 +12,7 @@ | |||
12 | * always have a small minimum size by default as it won't be limited | 12 | * always have a small minimum size by default as it won't be limited |
13 | * by the contents of the scroller. | 13 | * by the contents of the scroller. |
14 | * | 14 | * |
15 | * This widget inherits from the @ref Layout one, so that all the | 15 | * This widget inherits from the @ref Elm_Layout one, so that all the |
16 | * functions acting on it also work for scroller objects. | 16 | * functions acting on it also work for scroller objects. |
17 | * | 17 | * |
18 | * This widget emits the following signals, besides the ones sent from | 18 | * This widget emits the following signals, besides the ones sent from |
diff --git a/src/lib/elementary/elm_segment_control.h b/src/lib/elementary/elm_segment_control.h index fdfa2dd79d..1ad286b050 100644 --- a/src/lib/elementary/elm_segment_control.h +++ b/src/lib/elementary/elm_segment_control.h | |||
@@ -21,11 +21,11 @@ | |||
21 | * Only one segment item can be at selected state. A segment item can display | 21 | * Only one segment item can be at selected state. A segment item can display |
22 | * combination of Text and any Evas_Object like Images or other widget. | 22 | * combination of Text and any Evas_Object like Images or other widget. |
23 | * | 23 | * |
24 | * This widget inherits from the @ref Layout one, so that all the | 24 | * This widget inherits from the @ref Elm_Layout one, so that all the |
25 | * functions acting on it also work for segment control objects. | 25 | * functions acting on it also work for segment control objects. |
26 | * | 26 | * |
27 | * This widget emits the following signals, besides the ones sent from | 27 | * This widget emits the following signals, besides the ones sent from |
28 | * @ref Layout: | 28 | * @ref Elm_Layout : |
29 | * - @c "changed" - When the user clicks on a segment item which is not | 29 | * - @c "changed" - When the user clicks on a segment item which is not |
30 | * previously selected and get selected. The event_info parameter is the | 30 | * previously selected and get selected. The event_info parameter is the |
31 | * segment item pointer. | 31 | * segment item pointer. |
diff --git a/src/lib/elementary/elm_separator.h b/src/lib/elementary/elm_separator.h index 40d39dce13..5a46b76f8c 100644 --- a/src/lib/elementary/elm_separator.h +++ b/src/lib/elementary/elm_separator.h | |||
@@ -9,10 +9,10 @@ | |||
9 | * | 9 | * |
10 | * A separator can be vertical or horizontal. | 10 | * A separator can be vertical or horizontal. |
11 | * | 11 | * |
12 | * This widget inherits from the @ref Layout one, so that all the | 12 | * This widget inherits from the @ref Elm_Layout one, so that all the |
13 | * functions acting on it also work for separator objects. | 13 | * functions acting on it also work for separator objects. |
14 | * | 14 | * |
15 | * This widget emits the signals coming from @ref Layout. | 15 | * This widget emits the signals coming from @ref Elm_Layout. |
16 | * | 16 | * |
17 | * @ref tutorial_separator is a good example of how to use a separator. | 17 | * @ref tutorial_separator is a good example of how to use a separator. |
18 | * @{ | 18 | * @{ |
diff --git a/src/lib/elementary/elm_slider.h b/src/lib/elementary/elm_slider.h index 2895342fcd..edcc03b803 100644 --- a/src/lib/elementary/elm_slider.h +++ b/src/lib/elementary/elm_slider.h | |||
@@ -29,11 +29,11 @@ | |||
29 | * the object or applications scaling factor. At any point code can query the | 29 | * the object or applications scaling factor. At any point code can query the |
30 | * slider for its value with elm_slider_value_get(). | 30 | * slider for its value with elm_slider_value_get(). |
31 | * | 31 | * |
32 | * This widget inherits from the @ref Layout one, so that all the | 32 | * This widget inherits from the @ref Elm_Layout one, so that all the |
33 | * functions acting on it also work for slider objects. | 33 | * functions acting on it also work for slider objects. |
34 | * | 34 | * |
35 | * This widget emits the following signals, besides the ones sent from | 35 | * This widget emits the following signals, besides the ones sent from |
36 | * @ref Layout: | 36 | * @ref Elm_Layout : |
37 | * - @c "changed" - Whenever the slider value is changed by the user. | 37 | * - @c "changed" - Whenever the slider value is changed by the user. |
38 | * - @c "slider,drag,start" - dragging the slider indicator around has started. | 38 | * - @c "slider,drag,start" - dragging the slider indicator around has started. |
39 | * - @c "slider,drag,stop" - dragging the slider indicator around has stopped. | 39 | * - @c "slider,drag,stop" - dragging the slider indicator around has stopped. |
diff --git a/src/lib/elementary/elm_slideshow.h b/src/lib/elementary/elm_slideshow.h index b13edf960e..70954dba98 100644 --- a/src/lib/elementary/elm_slideshow.h +++ b/src/lib/elementary/elm_slideshow.h | |||
@@ -48,11 +48,11 @@ | |||
48 | * cached @b before and @b after the current item, in the widget's | 48 | * cached @b before and @b after the current item, in the widget's |
49 | * item list. | 49 | * item list. |
50 | * | 50 | * |
51 | * This widget inherits from the @ref Layout one, so that all the | 51 | * This widget inherits from the @ref Elm_Layout one, so that all the |
52 | * functions acting on it also work for slideshow objects. | 52 | * functions acting on it also work for slideshow objects. |
53 | * | 53 | * |
54 | * This widget emits the following signals, besides the ones sent from | 54 | * This widget emits the following signals, besides the ones sent from |
55 | * @ref Layout: | 55 | * @ref Elm_Layout : |
56 | * - @c "changed" - when the slideshow switches its view to a new | 56 | * - @c "changed" - when the slideshow switches its view to a new |
57 | * item. event_info parameter in callback contains the current visible item | 57 | * item. event_info parameter in callback contains the current visible item |
58 | * - @c "transition,end" - when a slide transition ends. event_info parameter | 58 | * - @c "transition,end" - when a slide transition ends. event_info parameter |
diff --git a/src/lib/elementary/elm_spinner.h b/src/lib/elementary/elm_spinner.h index bbfe2f2fa4..36433c3994 100644 --- a/src/lib/elementary/elm_spinner.h +++ b/src/lib/elementary/elm_spinner.h | |||
@@ -21,11 +21,11 @@ | |||
21 | * | 21 | * |
22 | * It also allows specific values to be replaced by pre-defined labels. | 22 | * It also allows specific values to be replaced by pre-defined labels. |
23 | * | 23 | * |
24 | * This widget inherits from the @ref Layout one, so that all the | 24 | * This widget inherits from the @ref Elm_Layout one, so that all the |
25 | * functions acting on it also work for spinner objects. | 25 | * functions acting on it also work for spinner objects. |
26 | * | 26 | * |
27 | * This widget emits the following signals, besides the ones sent from | 27 | * This widget emits the following signals, besides the ones sent from |
28 | * @ref Layout: | 28 | * @ref Elm_Layout : |
29 | * - @c "changed" - Whenever the spinner value is changed. | 29 | * - @c "changed" - Whenever the spinner value is changed. |
30 | * - @c "delay,changed" - A short time after the value is changed by | 30 | * - @c "delay,changed" - A short time after the value is changed by |
31 | * the user. This will be called only when the user stops dragging | 31 | * the user. This will be called only when the user stops dragging |
diff --git a/src/lib/elementary/elm_widget_layout.h b/src/lib/elementary/elm_widget_layout.h index a024656c7d..461962ca53 100644 --- a/src/lib/elementary/elm_widget_layout.h +++ b/src/lib/elementary/elm_widget_layout.h | |||
@@ -15,7 +15,7 @@ | |||
15 | * | 15 | * |
16 | * @section elm-layout-class The Elementary Layout Class | 16 | * @section elm-layout-class The Elementary Layout Class |
17 | * | 17 | * |
18 | * Elementary, besides having the @ref Layout widget, exposes its | 18 | * Elementary, besides having the @ref Elm_Layout widget, exposes its |
19 | * foundation -- the Elementary Layout Class -- in order to create | 19 | * foundation -- the Elementary Layout Class -- in order to create |
20 | * other widgets which are, basically, a certain layout with some more | 20 | * other widgets which are, basically, a certain layout with some more |
21 | * logic on top. | 21 | * logic on top. |