X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/781d29829c0fd31e5f5f000c4081ac0d6ce1b90b..a2cffa18c952f435607fe0397d5258fa61d3da99:/wxPython/docs/xml/wxPython-metadata.xml
diff --git a/wxPython/docs/xml/wxPython-metadata.xml b/wxPython/docs/xml/wxPython-metadata.xml
index 9d64a3d2ca..d8b1da291e 100644
--- a/wxPython/docs/xml/wxPython-metadata.xml
+++ b/wxPython/docs/xml/wxPython-metadata.xml
@@ -4832,8 +4832,8 @@ modules.
-
- SetDefaultBackgroundColour(self, Colour colour)
+
+ SetOwnBackroundColour(self, Colour colour)
@@ -4848,8 +4848,8 @@ not be used at all.
-
- SetDefaultForegroundColour(self, Colour colour)
+
+ SetOwnForegroundColour(self, Colour colour)
@@ -4886,8 +4886,8 @@ be reset back to default.
-
- SetDefaultFont(self, Font font)
+
+ SetOwnFont(self, Font font)
@@ -5284,7 +5284,7 @@ colours.
By 'intelligently' the following is meant: by default, all windows use
their own default attributes. However if some of the parent's
attributes are explicitly changed (that is, using SetFont and not
-SetDefaultFont) and if the corresponding attribute hadn't been
+SetOwnFont) and if the corresponding attribute hadn't been
explicitly set for this window itself, then this window takes the same
value as used by the parent. In addition, if the window overrides
ShouldInheritColours to return false, the colours will not be changed