summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-08-31 17:35:48 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-08-31 17:35:48 +0200
commitd2705bb511372b36b22428b8ac9d79c529604ebf (patch)
tree78726d7d79cbff2fe343513de76cffd6ad087be3 /src
parent1325cd08fac8fdf1055c1150672eff9f0bd3e55d (diff)
downloadefl-d2705bb511372b36b22428b8ac9d79c529604ebf.tar.gz
docs: efl_ui_panes: document last missing part
Diffstat (limited to 'src')
-rw-r--r--src/lib/elementary/efl_ui_panes_internal_part.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_panes_internal_part.eo b/src/lib/elementary/efl_ui_panes_internal_part.eo
index eeb39520fb..473decaeb8 100644
--- a/src/lib/elementary/efl_ui_panes_internal_part.eo
+++ b/src/lib/elementary/efl_ui_panes_internal_part.eo
@@ -4,11 +4,11 @@ class Efl.Ui.Panes.Internal.Part (Efl.Ui.Layout.Internal.Part)
data: Elm_Part_Data;
methods {
@property hint_min_allow {
- [[allow user to set size hints to be respected and ignore combined min size.
+ [[Allow user to set size hints to be respected and ignore combined min size.
If this flag is set, the minimum size set by @Efl.Gfx.Size.Hint.hint_min.set is respected forcefully.
]]
values {
- allow: bool;
+ allow: bool; [[If $true minimum size is forced]]
}
}
@property split_ratio_min {