summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-08-12 17:24:27 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-08-12 17:24:27 +0200
commit7a201ff481933344acaba0b8ca484a8ee5b42f5f (patch)
treea71afb940e62bd79107ba84cf54565ba6929ad29
parent07a09f55bcb4588a8b02b161201aa8622029b558 (diff)
downloadefl-7a201ff481933344acaba0b8ca484a8ee5b42f5f.tar.gz
elm: entry: fix since tag to be used for getter and setter
Both have been added in 1.18 not only set()
-rw-r--r--src/lib/elementary/elm_entry.eo9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/elementary/elm_entry.eo b/src/lib/elementary/elm_entry.eo
index 5c4dedc08c..a30d2e4f4c 100644
--- a/src/lib/elementary/elm_entry.eo
+++ b/src/lib/elementary/elm_entry.eo
@@ -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.]]