From fc299b4f370d586b75e1ae4f394cd3759ea4ae49 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 9 Nov 2017 15:46:29 -0500 Subject: add context menu enable getters, setters, and properties in LineEdit and TextEdit --- doc/classes/LineEdit.xml | 19 +++++++++++++++++++ doc/classes/TextEdit.xml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 850f724714..bf81d90efe 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -114,6 +114,13 @@ Return the text in the [code]LineEdit[/code]. + + + + + Returns true if the context menu is enabled. + + @@ -170,6 +177,15 @@ Set text alignment of the [code]LineEdit[/code]. + + + + + + + Set the status of the context menu. When enabled, the context menu will appear when the [code]LineEdit[/code] is right clicked. + + @@ -276,6 +292,9 @@ String value of the [LineEdit]. + + If [code]true[/code] the context menu will appear when right clicked. + diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 43e5158515..e7f94b5826 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -239,6 +239,14 @@ Returns true if highlight all occurrences is enabled. + + + + + + Returns true if the context menu is enabled. + + @@ -337,6 +345,15 @@ Select all the text. + + + + + + + Set the status of the context menu. When enabled, the context menu will appear when the [code]TextEdit[/code] is right clicked. + + @@ -455,6 +472,8 @@ + + -- cgit v1.2.3