From d40e73919c8a3f0551944310aca57d49e34fc541 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Dec 2003 01:12:25 +0000 Subject: [PATCH] More adjustments to aliases git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_gdi_reverse.txt | 4 ++-- wxPython/src/_misc_reverse.txt | 6 +++--- wxPython/wxPython/gdi.py | 2 -- wxPython/wxPython/misc.py | 3 --- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/wxPython/src/_gdi_reverse.txt b/wxPython/src/_gdi_reverse.txt index 0aea278341..67f45d777a 100644 --- a/wxPython/src/_gdi_reverse.txt +++ b/wxPython/src/_gdi_reverse.txt @@ -1,7 +1,7 @@ # Other names that need to be reverse-renamed for the old namespace -Color -NamedColor +#Color +#NamedColor diff --git a/wxPython/src/_misc_reverse.txt b/wxPython/src/_misc_reverse.txt index 6a14fb5c81..db39fd5d5c 100644 --- a/wxPython/src/_misc_reverse.txt +++ b/wxPython/src/_misc_reverse.txt @@ -3,9 +3,9 @@ PyTimer PyDropTarget -SystemSettings_GetSystemColour -SystemSettings_GetSystemFont -SystemSettings_GetSystemMetric +#SystemSettings_GetSystemColour +#SystemSettings_GetSystemFont +#SystemSettings_GetSystemMetric # With the * on the end these will cause code to be added that diff --git a/wxPython/wxPython/gdi.py b/wxPython/wxPython/gdi.py index ba9457b842..a2dc1e37fd 100644 --- a/wxPython/wxPython/gdi.py +++ b/wxPython/wxPython/gdi.py @@ -535,7 +535,5 @@ wxTheBrushList = wx.gdi.TheBrushList wxTheColourDatabase = wx.gdi.TheColourDatabase wxEffects = wx.gdi.Effects wxEffectsPtr = wx.gdi.EffectsPtr -wxColor = wx.gdi.Color -wxNamedColor = wx.gdi.NamedColor diff --git a/wxPython/wxPython/misc.py b/wxPython/wxPython/misc.py index db018a8d2b..cf6f122a52 100644 --- a/wxPython/wxPython/misc.py +++ b/wxPython/wxPython/misc.py @@ -562,8 +562,5 @@ wxClipboardLocker = wx.misc.ClipboardLocker wxClipboardLockerPtr = wx.misc.ClipboardLockerPtr wxPyTimer = wx.misc.PyTimer wxPyDropTarget = wx.misc.PyDropTarget -wxSystemSettings_GetSystemColour = wx.misc.SystemSettings_GetSystemColour -wxSystemSettings_GetSystemFont = wx.misc.SystemSettings_GetSystemFont -wxSystemSettings_GetSystemMetric = wx.misc.SystemSettings_GetSystemMetric -- 2.45.2