summaryrefslogtreecommitdiffstats
path: root/doc/classes/StyleBoxTexture.xml
diff options
context:
space:
mode:
authorFireForge <67974470+fire-forge@users.noreply.github.com>2022-08-05 17:30:06 -0500
committerYuri Sizov <yuris@humnom.net>2022-09-07 16:37:36 +0300
commitdcfd7622d1d53c9a68388fa8617aa526a4fec365 (patch)
tree7bbfb9a664060c36e387a2fed000a8132db9780b /doc/classes/StyleBoxTexture.xml
parentdd7ee37c8ae65fe31ff18d3d8d8b1a448093dcef (diff)
downloadredot-engine-dcfd7622d1d53c9a68388fa8617aa526a4fec365.tar.gz
Unbind StyleBox*.set_*_individual() methods
Unbinds the following methods: - StyleBox.set_default_margin_individual() - StyleBoxFlat.set_corner_radius_individual() - StyleBoxFlat.set_expand_margin_individual() - StyleBoxTexture.set_expand_margin_individual() - StyleBoxTexture.set_margin_size_individual()
Diffstat (limited to 'doc/classes/StyleBoxTexture.xml')
-rw-r--r--doc/classes/StyleBoxTexture.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml
index 44da651fe8..aeba777b43 100644
--- a/doc/classes/StyleBoxTexture.xml
+++ b/doc/classes/StyleBoxTexture.xml
@@ -30,16 +30,6 @@
Sets the expand margin to [param size] pixels for all margins.
</description>
</method>
- <method name="set_expand_margin_individual">
- <return type="void" />
- <param index="0" name="size_left" type="float" />
- <param index="1" name="size_top" type="float" />
- <param index="2" name="size_right" type="float" />
- <param index="3" name="size_bottom" type="float" />
- <description>
- Sets the expand margin for each margin to [param size_left], [param size_top], [param size_right], and [param size_bottom] pixels.
- </description>
- </method>
<method name="set_expand_margin_size">
<return type="void" />
<param index="0" name="margin" type="int" enum="Side" />
@@ -63,16 +53,6 @@
Sets the margin to [param size] pixels for all sides.
</description>
</method>
- <method name="set_margin_size_individual">
- <return type="void" />
- <param index="0" name="size_left" type="float" />
- <param index="1" name="size_top" type="float" />
- <param index="2" name="size_right" type="float" />
- <param index="3" name="size_bottom" type="float" />
- <description>
- Sets the margin for each side to [param size_left], [param size_top], [param size_right], and [param size_bottom] pixels.
- </description>
- </method>
</methods>
<members>
<member name="axis_stretch_horizontal" type="int" setter="set_h_axis_stretch_mode" getter="get_h_axis_stretch_mode" enum="StyleBoxTexture.AxisStretchMode" default="0">