jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1375705168afe53c3a5b5f61eb32c38864968f41

commit 1375705168afe53c3a5b5f61eb32c38864968f41
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Jan 16 22:36:04 2018 +0900

    panes: Expose parts in EO file
---
 src/lib/elementary/efl_ui_panes.eo | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/elementary/efl_ui_panes.eo 
b/src/lib/elementary/efl_ui_panes.eo
index f771f22cef..bfd8381ec1 100644
--- a/src/lib/elementary/efl_ui_panes.eo
+++ b/src/lib/elementary/efl_ui_panes.eo
@@ -44,6 +44,10 @@ class Efl.Ui.Panes (Efl.Ui.Layout, Efl.Ui.Direction,
          }
       }
    }
+   parts {
+      first: Efl.Ui.Panes.Part; [[The first half of the panes widget (left or 
top)]]
+      second: Efl.Ui.Panes.Part; [[The second half of the panes widget (right 
or bottom)]]
+   }
    implements {
       class.constructor;
       Efl.Object.constructor;

-- 


Reply via email to