Merge pull request #5851 from 29jm/typo-scroll
Fix typo in ScrollContainer documentation
This commit is contained in:
commit
51519b5d6b
1 changed files with 4 additions and 4 deletions
|
@ -34144,28 +34144,28 @@
|
|||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return true if horizontal scrool is allowed.
|
||||
Return true if horizontal scroll is allowed.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_v_scroll_enabled" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return true if vertical scrool is allowed.
|
||||
Return true if vertical scroll is allowed.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_enable_h_scroll">
|
||||
<argument index="0" name="enable" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Set allows horizontal scrool.
|
||||
Set allows horizontal scroll.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_enable_v_scroll">
|
||||
<argument index="0" name="enable" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Set allows vertical scrool.
|
||||
Set allows vertical scroll.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_h_scroll">
|
||||
|
|
Loading…
Reference in a new issue