elm: entry: fix since tag to be used for getter and setter

Both have been added in 1.18 not only set()
This commit is contained in:
Stefan Schmidt 2016-08-12 17:24:27 +02:00
parent 645927817b
commit 186ad100c7
1 changed files with 4 additions and 5 deletions

View File

@ -653,14 +653,13 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable,
}
}
@property select_allow {
set {
[[Allow selection in the entry.
[[Allow selection in the entry.
@since 1.18
]]
@since 1.18
]]
set {
}
get {
[[Returns whether selection in the entry is allowed.]]
}
values {
allow: bool; [[If $allow is true, the text selection is allowed.]]