Update ScrollContainer.xml
Add missing descriptions to ScrollContainer documentation
This commit is contained in:
parent
97cc2e53f6
commit
4f0401d05d
1 changed files with 2 additions and 0 deletions
|
@ -13,12 +13,14 @@
|
|||
<return type="HScrollBar">
|
||||
</return>
|
||||
<description>
|
||||
Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_v_scrollbar">
|
||||
<return type="VScrollBar">
|
||||
</return>
|
||||
<description>
|
||||
Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
|
Loading…
Reference in a new issue