Rename Control margin to offset
This commit is contained in:
@@ -12,19 +12,19 @@
|
||||
<method name="get_expand_margin_size" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="margin" type="int" enum="Margin">
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the size of the given [code]margin[/code]'s expand margin. See [enum Margin] for possible values.
|
||||
Returns the expand margin size of the specified [enum Side].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_margin_size" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="margin" type="int" enum="Margin">
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the size of the given [code]margin[/code]. See [enum Margin] for possible values.
|
||||
Returns the margin size of the specified [enum Side].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_expand_margin_all">
|
||||
@@ -54,23 +54,23 @@
|
||||
<method name="set_expand_margin_size">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="margin" type="int" enum="Margin">
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
</argument>
|
||||
<argument index="1" name="size" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
Sets the expand margin to [code]size[/code] pixels for the given [code]margin[/code]. See [enum Margin] for possible values.
|
||||
Sets the expand margin to [code]size[/code] pixels for the specified [enum Side].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_margin_size">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="margin" type="int" enum="Margin">
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
</argument>
|
||||
<argument index="1" name="size" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
Sets the margin to [code]size[/code] pixels for the given [code]margin[/code]. See [enum Margin] for possible values.
|
||||
Sets the margin to [code]size[/code] pixels for the specified [enum Side].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
||||
Reference in New Issue
Block a user