summaryrefslogtreecommitdiffstats
path: root/doc/classes/LineEdit.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-01-10 21:07:00 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-01-10 21:07:00 +0100
commit60cd3df337df5cadac930da6049d646385089857 (patch)
treeef4e2e5d71f883f5bbef9c46cd09653fd4f987ef /doc/classes/LineEdit.xml
parent4b3123104cb766a11a9cb93afb08af118712f012 (diff)
downloadredot-engine-60cd3df337df5cadac930da6049d646385089857.tar.gz
Add signal for LineEdit overflow event
Diffstat (limited to 'doc/classes/LineEdit.xml')
-rw-r--r--doc/classes/LineEdit.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index a360010b7e..d428c133af 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -145,6 +145,11 @@
Emitted when the text changes.
</description>
</signal>
+ <signal name="text_change_rejected">
+ <description>
+ Emitted when trying to append text that would overflow the [member max_length].
+ </description>
+ </signal>
<signal name="text_entered">
<argument index="0" name="new_text" type="String">
</argument>