summaryrefslogtreecommitdiff
path: root/doc/classes/GraphEdit.xml
diff options
context:
space:
mode:
authorHannah Crawford <hannah@wolv.co>2019-12-14 14:02:15 +0000
committerHannah Crawford <hannah@wolv.co>2019-12-14 14:02:15 +0000
commit59937e1c5466acfa0b2343f6ec7043a953d882b2 (patch)
tree1ad24942c931a1490a291dc42ff05b4ff04ddae1 /doc/classes/GraphEdit.xml
parentcd9d5132854e239726a08098d9029bdd00eee752 (diff)
Updated get_zoom_hbox() documentation.
Diffstat (limited to 'doc/classes/GraphEdit.xml')
-rw-r--r--doc/classes/GraphEdit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml
index 80e9b152ef..7dde030db7 100644
--- a/doc/classes/GraphEdit.xml
+++ b/doc/classes/GraphEdit.xml
@@ -87,6 +87,8 @@
<return type="HBoxContainer">
</return>
<description>
+ Gets the [HBoxContainer] that contains the zooming and grid snap controls in the top left of the graph.
+ Warning: The intended usage of this function is to allow you to reposition or add your own custom controls to the container. This is an internal control and as such should not be freed. If you wish to hide this or any of it's children use their [member CanvasItem.visible] property instead.
</description>
</method>
<method name="is_node_connected">