Getters for TextEdit scrollbars

This commit is contained in:
microaeris
2022-09-27 21:55:06 -07:00
parent 18177828ad
commit 215fe852b8
3 changed files with 26 additions and 0 deletions
+12
View File
@@ -240,6 +240,12 @@
Returns the width of the gutter at the given index.
</description>
</method>
<method name="get_h_scroll_bar" qualifiers="const">
<return type="HScrollBar" />
<description>
Returns the [HScrollBar] used by [TextEdit].
</description>
</method>
<method name="get_indent_level" qualifiers="const">
<return type="int" />
<param index="0" name="line" type="int" />
@@ -509,6 +515,12 @@
Returns the number of lines that may be drawn.
</description>
</method>
<method name="get_v_scroll_bar" qualifiers="const">
<return type="VScrollBar" />
<description>
Returns the [VScrollBar] of the [TextEdit].
</description>
</method>
<method name="get_version" qualifiers="const">
<return type="int" />
<description>