Added ItemList get_v_scroll to docs

(cherry picked from commit 7d455fca71)
This commit is contained in:
Paulb23 2016-09-09 15:28:01 +01:00 committed by Rémi Verschelde
parent 04ade4d639
commit 71dc733ad2

View file

@ -17787,6 +17787,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>