elm: Fixed typos.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68485
This commit is contained in:
Daniel Juyung Seo 2012-02-28 02:39:31 +00:00 committed by Daniel Juyung Seo
parent 42365c1368
commit 7c2194af5c
26 changed files with 28 additions and 28 deletions

View File

@ -19,10 +19,10 @@
* Signals that you can add callbacks for are:
* "dismissed" - the ctxpopup was dismissed
*
* Default contents parts of the ctxpopup widget that you can use for are:
* Default content parts of the ctxpopup widget that you can use for are:
* @li "default" - A content of the ctxpopup
*
* Default contents parts of the ctxpopup items that you can use for are:
* Default content parts of the ctxpopup items that you can use for are:
* @li "icon" - An icon in the title area
*
* Default text parts of the ctxpopup items that you can use for are:

View File

@ -33,7 +33,7 @@
* are:
* @li "default" - Label of the fileselector_button
*
* Default contents parts of the fileselector_button widget that you can use for
* Default content parts of the fileselector_button widget that you can use for
* are:
* @li "icon" - Icon of the fileselector_button
*

View File

@ -45,7 +45,7 @@
* are:
* @li "default" - Label of the fileselector_button
*
* Default contents parts of the fileselector_entry widget that you can use for
* Default content parts of the fileselector_entry widget that you can use for
* are:
* @li "button icon" - Button icon of the fileselector_entry
*

View File

@ -16,7 +16,7 @@
* "selected" - an item in the hoversel list is selected. event_info is the item
* "dismissed" - the hover is dismissed
*
* Default contents parts of the hoversel widget that you can use for are:
* Default content parts of the hoversel widget that you can use for are:
* @li "icon" - An icon of the hoversel
*
* Default text parts of the hoversel widget that you can use for are:

View File

@ -12,7 +12,7 @@
* some properties useful to a background, like setting it to tiled,
* centered, scaled or stretched.
*
* Default contents parts of the bg widget that you can use for are:
* Default content parts of the bg widget that you can use for are:
* @li "overlay" - overlay of the bg
*
* Supported elm_object common APIs.

View File

@ -31,7 +31,7 @@
* Signals that you can add callbacks for are:
* @li "clicked" - This is called when a user has clicked the bubble.
*
* Default contents parts of the bubble that you can use for are:
* Default content parts of the bubble that you can use for are:
* @li "default" - A content of the bubble
* @li "icon" - An icon of the bubble
*

View File

@ -31,7 +31,7 @@
* @li colorselector: Internally used by @ref Colorselector
* for its left and right buttons.
*
* Default contents parts of the button widget that you can use for are:
* Default content parts of the button widget that you can use for are:
* @li "icon" - An icon of the button
*
* Default text parts of the button widget that you can use for are:

View File

@ -23,7 +23,7 @@
* "changed" - This is called whenever the user changes the state of one of
* the check object(event_info is NULL).
*
* Default contents parts of the check widget that you can use for are:
* Default content parts of the check widget that you can use for are:
* @li "icon" - An icon of the check
*
* Default text parts of the check widget that you can use for are:

View File

@ -19,7 +19,7 @@
* Available styles for it:
* - @c "default"
*
* Default contents parts of the conformant widget that you can use for are:
* Default content parts of the conformant widget that you can use for are:
* @li "default" - A content of the conformant
*
* See how to use this widget in this example:

View File

@ -22,7 +22,7 @@
* until the toggle is released by the cursor (assuming it
* has been triggered by the cursor in the first place).
*
* Default contents parts of the toggle widget that you can use for are:
* Default content parts of the toggle widget that you can use for are:
* @li "icon" - An icon of the toggle
*
* Default text parts of the toggle widget that you can use for are:

View File

@ -18,7 +18,7 @@
* Available styles for it:
* - @c "default"
*
* Default contents parts of the diskselector items that you can use for are:
* Default content parts of the diskselector items that you can use for are:
* @li "icon" - An icon in the diskselector item
*
* Default text parts of the diskselector items that you can use for are:

View File

@ -213,7 +213,7 @@
* @li "preedit,changed": The preedit string has changed.
* @li "language,changed": Program language changed.
*
* Default contents parts of the entry items that you can use for are:
* Default content parts of the entry items that you can use for are:
* @li "icon" - An icon in the entry
* @li "end" - A content in the end of the entry
*

View File

@ -18,7 +18,7 @@
* "animate,begin" - when a flip animation was started
* "animate,done" - when a flip animation is finished
*
* Default contents parts of the flip widget that you can use for are:
* Default content parts of the flip widget that you can use for are:
* @li "front" - A front content of the flip
* @li "back" - A back content of the flip
*

View File

@ -21,7 +21,7 @@
* Smart callbacks one can listen to:
* - @c "clicked" - The user has clicked the frame's label
*
* Default contents parts of the frame widget that you can use for are:
* Default content parts of the frame widget that you can use for are:
* @li "default" - A content of the frame
*
* Default text parts of the frame widget that you can use for are:

View File

@ -40,7 +40,7 @@
* @li "smart,changed" - a content object placed under the "smart"
* policy was replaced to a new slot direction.
*
* Default contents parts of the hover widget that you can use for are:
* Default content parts of the hover widget that you can use for are:
* @li "left"
* @li "top-left"
* @li "top"
@ -52,7 +52,7 @@
* @li "middle"
* @li "smart"
*
* @note These contents parts indicates the direction that the content will be
* @note These content parts indicates the direction that the content will be
* displayed
*
* All directions may have contents at the same time, except for

View File

@ -12,7 +12,7 @@
* need to resize or move it frequently (the content object and its
* children).
*
* Default contents parts of the mapbuf widget that you can use for are:
* Default content parts of the mapbuf widget that you can use for are:
* @li "default" - A content of the mapbuf
*
* Supported elm_object common APIs.

View File

@ -12,7 +12,7 @@
* Signals that you can add callbacks for are:
* @li "clicked" - the user clicked the empty space in the menu to dismiss.
*
* Default contents parts of the menu items that you can use for are:
* Default content parts of the menu items that you can use for are:
* @li "default" - A main content of the menu item
*
* Default text parts of the menu items that you can use for are:

View File

@ -13,7 +13,7 @@
* @li "timeout" - when timeout happens on notify and it's hidden
* @li "block,clicked" - when a click outside of the notify happens
*
* Default contents parts of the notify widget that you can use for are:
* Default content parts of the notify widget that you can use for are:
* @li "default" - A content of the notify
*
* Supported elm_object common APIs.

View File

@ -12,7 +12,7 @@
* @li ELM_PANEL_ORIENT_LEFT
* @li ELM_PANEL_ORIENT_RIGHT
*
* Default contents parts of the panel widget that you can use for are:
* Default content parts of the panel widget that you can use for are:
* @li "default" - A content of the panel
*
* Supported elm_object common APIs.

View File

@ -23,7 +23,7 @@
* Available styles for it:
* - @c "default"
*
* Default contents parts of the panes widget that you can use are:
* Default content parts of the panes widget that you can use are:
* @li "left" - A leftside content of the panes
* @li "right" - A rightside content of the panes
*

View File

@ -34,7 +34,7 @@
* Default text parts of the progressbar widget that you can use for are:
* @li "default" - Label of the progressbar
*
* Default contents parts of the progressbar widget that you can use for are:
* Default content parts of the progressbar widget that you can use for are:
* @li "icon" - An icon of the progressbar
*
* Supported elm_object common APIs.

View File

@ -36,7 +36,7 @@
* Default text parts of the radio widget that you can use for are:
* @li "default" - Label of the radio
*
* Default contents parts of the radio widget that you can use for are:
* Default content parts of the radio widget that you can use for are:
* @li "icon" - An icon of the radio
*
* Supported elm_object common APIs.

View File

@ -25,7 +25,7 @@
* @note When Elementary is in desktop mode the thumbscroll(a.k.a.
* fingerscroll) won't work.
*
* Default contents parts of the scroller widget that you can use for are:
* Default content parts of the scroller widget that you can use for are:
* @li "default" - A content of the scroller
*
* Supported elm_object common APIs.

View File

@ -26,7 +26,7 @@
* Available styles for it:
* - @c "default"
*
* Default contents parts of the segment control items that you can use for are:
* Default content parts of the segment control items that you can use for are:
* @li "icon" - An icon in a segment control item
*
* Default text parts of the segment control items that you can use for are:

View File

@ -39,7 +39,7 @@
* Available styles for it:
* - @c "default"
*
* Default contents parts of the slider widget that you can use for are:
* Default content parts of the slider widget that you can use for are:
* @li "icon" - An icon of the slider
* @li "end" - A end part content of the slider
*

View File

@ -30,7 +30,7 @@
* "rewind,clicked" - the user clicked the rewind button.
* "stop,clicked" - the user clicked the stop button.
*
* Default contents parts of the player widget that you can use for are:
* Default content parts of the player widget that you can use for are:
* @li "video" - A video of the player
*
*/