aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Control.xml
diff options
context:
space:
mode:
authorHein-Pieter van Braam2018-06-01 18:19:33 +0200
committerHein-Pieter van Braam2018-06-01 18:19:33 +0200
commitd24f77be99321d857285daddac0dda7128e348ed (patch)
treee690daf6ffb91aa1890bbd3740927f3e78134711 /doc/classes/Control.xml
parentf697b53eba3819a99200ed84f72cc1a8b97ed159 (diff)
downloadgodot-d24f77be99321d857285daddac0dda7128e348ed.tar.gz
godot-d24f77be99321d857285daddac0dda7128e348ed.tar.zst
godot-d24f77be99321d857285daddac0dda7128e348ed.zip
Fix documentation version strings
Diffstat (limited to 'doc/classes/Control.xml')
-rw-r--r--doc/classes/Control.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 2af443bed..f8d39b419 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="Control" inherits="CanvasItem" category="Core" version="3.0.2">
+<class name="Control" inherits="CanvasItem" category="Core" version="3.0.3">
<brief_description>
All User Interface nodes inherit from Control. Features anchors and margins to adapt its position and size to its parent.
</brief_description>
@@ -773,6 +773,10 @@
<constant name="NOTIFICATION_MODAL_CLOSE" value="46">
Sent when an open modal dialog closes. See [member show_modal].
</constant>
+ <constant name="NOTIFICATION_SCROLL_BEGIN" value="47">
+ </constant>
+ <constant name="NOTIFICATION_SCROLL_END" value="48">
+ </constant>
<constant name="CURSOR_ARROW" value="0" enum="CursorShape">
Show the system's arrow mouse cursor when the user hovers the node. Use with [method set_default_cursor_shape].
</constant>