hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=04cd39759baff384c5fa207c16f4a4a82bd54f83

commit 04cd39759baff384c5fa207c16f4a4a82bd54f83
Author: Hermet <[email protected]>
Date:   Sat Feb 14 13:29:20 2015 +0900

    panes: improve doc.
---
 src/lib/elm_panes.eo | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/lib/elm_panes.eo b/src/lib/elm_panes.eo
index 5fad9b5..77b6ae7 100644
--- a/src/lib/elm_panes.eo
+++ b/src/lib/elm_panes.eo
@@ -149,6 +149,9 @@ class Elm_Panes (Elm_Layout)
              @param size double value between 0.0 and 1.0 representing size
              proportion of minimum size of left side.
 
+             @note If displayed vertically, left content is displayed at top.
+
+
              @see elm_panes_content_left_min_size_relative_get()
 
              @ingroup Panes */
@@ -179,6 +182,8 @@ class Elm_Panes (Elm_Layout)
              @param size double value between 0.0 and 1.0 representing size 
proportion
              of minimum size of right side.
 
+             @note If displayed vertically, right content is displayed at 
bottom.
+
              @see elm_panes_content_right_min_relative_size_get()
 
              @ingroup Panes */
@@ -208,6 +213,8 @@ class Elm_Panes (Elm_Layout)
             @param obj The panes object.
             @param size int value representing minimum size of left side in 
pixels.
 
+            @note If displayed vertically, left content is displayed at top.
+
             @see elm_panes_content_left_min_size_get()
 
             @ingroup Panes */
@@ -236,6 +243,8 @@ class Elm_Panes (Elm_Layout)
             @param obj The panes object.
             @param size int value representing minimum size of right side in 
pixels.
 
+            @note If displayed vertically, right content is displayed at 
bottom.
+
             @see elm_panes_content_right_min_size_get()
 
             @ingroup Panes */

-- 


Reply via email to