entry: fix since tag for entry_input_panel_show_on_demand_set()

This commit is contained in:
Amitesh Singh 2015-08-12 23:43:29 +05:30
parent 8786685991
commit 19fa47b95f
1 changed files with 3 additions and 2 deletions

View File

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