Merge pull request #35523 from searetseltev/master
Update ScrollContainer.xml
This commit is contained in:
commit
e61edd69ea
1 changed files with 2 additions and 0 deletions
|
@ -13,12 +13,14 @@
|
||||||
<return type="HScrollBar">
|
<return type="HScrollBar">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_v_scrollbar">
|
<method name="get_v_scrollbar">
|
||||||
<return type="VScrollBar">
|
<return type="VScrollBar">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
|
Loading…
Reference in a new issue