summaryrefslogtreecommitdiffstats
path: root/doc/classes/ScrollContainer.xml
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2021-11-30 13:46:36 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2021-11-30 13:46:36 -0300
commitec4f4c6cdaaede844d85bddc1c99e3eb6514f66e (patch)
tree3ab3bf7c50ff120289c7124aa1c46b2d198af064 /doc/classes/ScrollContainer.xml
parent03cfdf8cc7dd6923ebda22635c6e9dba98dd2a65 (diff)
downloadredot-engine-ec4f4c6cdaaede844d85bddc1c99e3eb6514f66e.tar.gz
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Diffstat (limited to 'doc/classes/ScrollContainer.xml')
-rw-r--r--doc/classes/ScrollContainer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ScrollContainer.xml b/doc/classes/ScrollContainer.xml
index 976c32c243..e7a0381bd8 100644
--- a/doc/classes/ScrollContainer.xml
+++ b/doc/classes/ScrollContainer.xml
@@ -18,14 +18,14 @@
Ensures the given [code]control[/code] is visible (must be a direct or indirect child of the ScrollContainer). Used by [member follow_focus].
</description>
</method>
- <method name="get_h_scrollbar">
+ <method name="get_h_scroll_bar">
<return type="HScrollBar" />
<description>
Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].
[b]Warning:[/b] This is a required internal node, removing and freeing it may cause a crash. If you wish to disable the horizontal scrollbar, use [member scroll_horizontal_enabled]. If you want to only hide it instead, use [member scroll_horizontal_visible].
</description>
</method>
- <method name="get_v_scrollbar">
+ <method name="get_v_scroll_bar">
<return type="VScrollBar" />
<description>
Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].