projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6459278
)
elm: entry: fix since tag to be used for getter and setter
author
Stefan Schmidt
<stefan@osg.samsung.com>
Fri, 12 Aug 2016 15:24:27 +0000
(17:24 +0200)
committer
Stefan Schmidt
<stefan@osg.samsung.com>
Fri, 12 Aug 2016 16:05:13 +0000
(18:05 +0200)
Both have been added in 1.18 not only set()
src/lib/elementary/elm_entry.eo
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elm_entry.eo
b/src/lib/elementary/elm_entry.eo
index
0abb2fa
..
8f83210
100644
(file)
--- 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.]]