From dcfd7622d1d53c9a68388fa8617aa526a4fec365 Mon Sep 17 00:00:00 2001
From: FireForge <67974470+fire-forge@users.noreply.github.com>
Date: Fri, 5 Aug 2022 17:30:06 -0500
Subject: 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()
---
doc/classes/StyleBox.xml | 10 ----------
doc/classes/StyleBoxFlat.xml | 20 --------------------
doc/classes/StyleBoxTexture.xml | 20 --------------------
3 files changed, 50 deletions(-)
(limited to 'doc/classes')
diff --git a/doc/classes/StyleBox.xml b/doc/classes/StyleBox.xml
index 337835db37..8656cde4a0 100644
--- a/doc/classes/StyleBox.xml
+++ b/doc/classes/StyleBox.xml
@@ -104,16 +104,6 @@
Sets the default margin to [param offset] pixels for all sides.
-
-
-
-
-
-
-
- Sets the default margin for each side to [param offset_left], [param offset_top], [param offset_right], and [param offset_bottom] pixels.
-
-
diff --git a/doc/classes/StyleBoxFlat.xml b/doc/classes/StyleBoxFlat.xml
index c4024fa4b5..7f6628f8ee 100644
--- a/doc/classes/StyleBoxFlat.xml
+++ b/doc/classes/StyleBoxFlat.xml
@@ -81,16 +81,6 @@
Sets the corner radius to [param radius] pixels for all corners.
-
-
-
-
-
-
-
- Sets the corner radius for each corner to [param radius_top_left], [param radius_top_right], [param radius_bottom_right], and [param radius_bottom_left] pixels.
-
-
@@ -106,16 +96,6 @@
Sets the expand margin to [param size] pixels for all margins.
-
-
-
-
-
-
-
- Sets the expand margin for each margin to [param size_left], [param size_top], [param size_right], and [param size_bottom] pixels.
-
-
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.
-
-
-
-
-
-
-
- Sets the expand margin for each margin to [param size_left], [param size_top], [param size_right], and [param size_bottom] pixels.
-
-
@@ -63,16 +53,6 @@
Sets the margin to [param size] pixels for all sides.
-
-
-
-
-
-
-
- Sets the margin for each side to [param size_left], [param size_top], [param size_right], and [param size_bottom] pixels.
-
-
--
cgit v1.2.3