summaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-09-09 15:28:01 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-09-09 15:28:01 +0100
commit7d455fca71c37563f3a57c91b716c66101ce03fc (patch)
tree5b171e161b0b3e41bd7d3165a2a60225a6558855 /doc/base/classes.xml
parent63fd8f863b731ae524205393d178aa55aad8b837 (diff)
Added ItemList get_v_scroll to docs
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 1b54a70be8..e202369eda 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -17976,6 +17976,13 @@
Returns the list of selected indexes.
</description>
</method>
+ <method name="get_v_scroll">
+ <return type="VScrollBar">
+ </return>
+ <description>
+ Returns the current vertical scroll bar for the List.
+ </description>
+ </method>
<method name="is_item_disabled" qualifiers="const">
<return type="bool">
</return>