stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=110f1b66a61200e1c44376e6fd6699f5f6b0857f

commit 110f1b66a61200e1c44376e6fd6699f5f6b0857f
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Dec 4 15:17:32 2017 +0100

    docs: fill in mising eo file docs for efl_ui_popup
---
 src/lib/elementary/efl_ui_popup.eo | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/lib/elementary/efl_ui_popup.eo 
b/src/lib/elementary/efl_ui_popup.eo
index 85bec78996..3c36a4ded0 100644
--- a/src/lib/elementary/efl_ui_popup.eo
+++ b/src/lib/elementary/efl_ui_popup.eo
@@ -1,14 +1,16 @@
 enum Efl.Ui.Popup.Align {
-    none = 0,
-    center,
-    left,
-    right,
-    top,
-    bottom
+    [[Popup alignment type]]
+    none = 0, [[Popup not aligned]]
+    center,   [[Popup aligned to center]]
+    left,     [[Popup aligned to left]]
+    right,    [[Popup aligned to right]]
+    top,      [[Popup aligned to top]]
+    bottom    [[Popup aligned to bottom]]
 }
 
 class Efl.Ui.Popup(Efl.Ui.Layout, Efl.Content)
 {
+   [[EFL UI popup class]]
    methods {
       @property align {
          set {
@@ -18,7 +20,7 @@ class Efl.Ui.Popup(Efl.Ui.Layout, Efl.Content)
             [[ Get the current popup alignment.]]
          }
          values {
-             type: Efl.Ui.Popup.Align;
+             type: Efl.Ui.Popup.Align; [[Alignment type]]
          }
       }
       @property timeout {
@@ -31,7 +33,7 @@ class Efl.Ui.Popup(Efl.Ui.Layout, Efl.Content)
             [[ Get the currently set timeout seconds.]]
          }
          values {
-             time: double;
+             time: double; [[Timeout in seconds]]
          }
       }
    }

-- 


Reply via email to