More adjustments to aliases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-24 01:12:25 +00:00
parent 0dd25e819c
commit d40e73919c
4 changed files with 5 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# Other names that need to be reverse-renamed for the old namespace
Color
NamedColor
#Color
#NamedColor

View File

@@ -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

View File

@@ -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

View File

@@ -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