docs: efl_ui_panes: document last missing part

This commit is contained in:
Stefan Schmidt 2017-08-31 17:35:48 +02:00
parent 1325cd08fa
commit d2705bb511
1 changed files with 2 additions and 2 deletions

View File

@ -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 {