projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d1e3e
)
entry: fix since tag for entry_input_panel_show_on_demand_set()
author
Amitesh Singh
<amitesh.sh@samsung.com>
Wed, 12 Aug 2015 18:13:29 +0000
(23:43 +0530)
committer
Amitesh Singh
<amitesh.sh@samsung.com>
Wed, 12 Aug 2015 18:13:29 +0000
(23:43 +0530)
src/lib/elm_entry.eo
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.eo
b/src/lib/elm_entry.eo
index 33819e19027f5c7df28d9639e9788c4294d4c4e4..9dd9e3646a858423506f461bb9197db0a1b94dd8 100644
(file)
--- a/
src/lib/elm_entry.eo
+++ b/
src/lib/elm_entry.eo
@@
-124,6
+124,8
@@
class Elm.Entry (Elm.Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
set {
[[Set the attribute to show the input panel in case of only an user's explicit Mouse Up event.
It doesn't request to show the input panel even though it has focus.
+
+ @since 1.9
]]
}
get {
@@
-135,8
+137,7
@@
class Elm.Entry (Elm.Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
values {
ondemand: bool; [[If true, the input panel will be shown in case of only Mouse up event.
(Focus event will be ignored.)
-
- @since 1.9.]]
+ ]]
}
}
@property context_menu_disabled {