seoz pushed a commit to branch master.

commit 513c08c64cf00dea973f4994036806c658823174
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Jul 3 13:11:13 2013 +0900

    elm_widget_entry.h: added more comment for entry + formatting fix.
---
 src/lib/elm_widget_entry.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/lib/elm_widget_entry.h b/src/lib/elm_widget_entry.h
index bfa8918..4ca6bdf 100644
--- a/src/lib/elm_widget_entry.h
+++ b/src/lib/elm_widget_entry.h
@@ -62,11 +62,12 @@ struct _Elm_Entry_Smart_Data
    int                                   input_panel_imdata_len;
    int                                   input_panel_layout_variation;
    struct
-   {
-      Evas_Object *hover_parent;
-      Evas_Object *pop, *hover;
-      const char  *hover_style;
-   } anchor_hover;
+     {
+        Evas_Object *hover_parent; /**< hover parent object. entry is a hover 
parent object by default */
+        Evas_Object *pop; /**< hidden icon for hover target */
+        Evas_Object *hover; /**< hover object */
+        const char  *hover_style; /**< style of a hover object */
+     } anchor_hover;
 
    Elm_Cnp_Mode                          cnp_mode;
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to