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