diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-11-30 13:46:36 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-11-30 13:46:36 -0300 |
commit | ec4f4c6cdaaede844d85bddc1c99e3eb6514f66e (patch) | |
tree | 3ab3bf7c50ff120289c7124aa1c46b2d198af064 /doc/classes/ItemList.xml | |
parent | 03cfdf8cc7dd6923ebda22635c6e9dba98dd2a65 (diff) |
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r-- | doc/classes/ItemList.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index baa0faaae9..f32ca149fc 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -155,7 +155,7 @@ Returns an array with the indexes of the selected items. </description> </method> - <method name="get_v_scroll"> + <method name="get_v_scroll_bar"> <return type="VScrollBar" /> <description> Returns the [Object] ID associated with the list. |