summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Holland <alexander.holland@live.de>2018-10-13 17:36:30 +0200
committerAlexander Holland <alexander.holland@live.de>2018-10-13 17:41:02 +0200
commitc6dbcb1474b8bd216ec5218f0a3a51a3251355cb (patch)
tree8a07a885d1b88c875482b13b1ac4de4060849233 /doc
parentfe0db6c4797b8094c64e4ad017e29be866288628 (diff)
Doc LineEdit MenuRedo and clear_button_enabled
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/LineEdit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index c244b8b7a7..f842dd8311 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -89,6 +89,7 @@
The cursor's position inside the [code]LineEdit[/code]. When set, the text may scroll to accommodate it.
</member>
<member name="clear_button_enabled" type="bool" setter="set_clear_button_enabled" getter="is_clear_button_enabled">
+ If [code]true[/code] the [code]LineEdit[/code] will show a clear button if [code]text[/code] is not empty.
</member>
<member name="context_menu_enabled" type="bool" setter="set_context_menu_enabled" getter="is_context_menu_enabled">
If [code]true[/code] the context menu will appear when right clicked.
@@ -169,6 +170,7 @@
Undoes the previous action.
</constant>
<constant name="MENU_REDO" value="6" enum="MenuItems">
+ Reverse the last undo action.
</constant>
<constant name="MENU_MAX" value="7" enum="MenuItems">
</constant>