seoz pushed a commit to branch master.

commit 4ff5d25c406e7352d316289153d712d60ca44da5
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Sep 4 09:50:38 2013 +0900

    elc_popup.c: clean up popup documentation.
---
 src/lib/elc_popup.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/lib/elc_popup.h b/src/lib/elc_popup.h
index f04675a..8917a36 100644
--- a/src/lib/elc_popup.h
+++ b/src/lib/elc_popup.h
@@ -14,15 +14,15 @@
  * bottom, left, top-left, top-right, bottom-left and bottom-right.
  * Content part of Popup can be an Evas Object set by application or
  * it can be Text set by application or set of items containing an
- * icon and/or text.  The content/item-list can be removed using
+ * icon and/or text. The content/item-list can be removed using
  * elm_object_content_set with second parameter passed as NULL.
  *
  * The following figures show the textual layouts of popup in which Title
- * Area and Action area area are optional ones.  Action area can have
+ * Area and Action area are optional ones. Action area can have
  * up to 3 buttons handled using elm_object common APIs mentioned
  * below. If user wants to have more than 3 buttons then these buttons
- * can be put inside the items of a list as content.  User needs to
- * handle the clicked signal of these action buttons if required.  No
+ * can be put inside the items of a list as content. User needs to
+ * handle the clicked signal of these action buttons if required. No
  * event is processed by the widget automatically when clicked on
  * these action buttons.
  *
@@ -52,13 +52,13 @@
  * </pre>
  *
  * Timeout can be set on expiry of which popup instance hides and
- * sends a smart signal "timeout" to the user.  The visible region of
+ * sends a smart signal "timeout" to the user. The visible region of
  * popup is surrounded by a translucent region called Blocked Event
- * area.  By clicking on Blocked Event area, the signal
+ * area. By clicking on Blocked Event area, the signal
  * "block,clicked" is sent to the application. This block event area
- * can be avoided by using API elm_popup_allow_events_set.  When gets
+ * can be avoided by using API elm_popup_allow_events_set. When gets
  * hidden, popup does not get destroyed automatically, application
- * should destroy the popup instance after use.  To control the
+ * should destroy the popup instance after use. To control the
  * maximum height of the internal scroller for item, we use the height
  * of the action area which is passed by theme based on the number of
  * buttons currently set to popup.

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to