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:
@@ -1,7 +1,7 @@
|
|||||||
# Other names that need to be reverse-renamed for the old namespace
|
# Other names that need to be reverse-renamed for the old namespace
|
||||||
|
|
||||||
|
|
||||||
Color
|
#Color
|
||||||
NamedColor
|
#NamedColor
|
||||||
|
|
||||||
|
|
||||||
|
@@ -3,9 +3,9 @@
|
|||||||
PyTimer
|
PyTimer
|
||||||
PyDropTarget
|
PyDropTarget
|
||||||
|
|
||||||
SystemSettings_GetSystemColour
|
#SystemSettings_GetSystemColour
|
||||||
SystemSettings_GetSystemFont
|
#SystemSettings_GetSystemFont
|
||||||
SystemSettings_GetSystemMetric
|
#SystemSettings_GetSystemMetric
|
||||||
|
|
||||||
|
|
||||||
# With the * on the end these will cause code to be added that
|
# With the * on the end these will cause code to be added that
|
||||||
|
@@ -535,7 +535,5 @@ wxTheBrushList = wx.gdi.TheBrushList
|
|||||||
wxTheColourDatabase = wx.gdi.TheColourDatabase
|
wxTheColourDatabase = wx.gdi.TheColourDatabase
|
||||||
wxEffects = wx.gdi.Effects
|
wxEffects = wx.gdi.Effects
|
||||||
wxEffectsPtr = wx.gdi.EffectsPtr
|
wxEffectsPtr = wx.gdi.EffectsPtr
|
||||||
wxColor = wx.gdi.Color
|
|
||||||
wxNamedColor = wx.gdi.NamedColor
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -562,8 +562,5 @@ wxClipboardLocker = wx.misc.ClipboardLocker
|
|||||||
wxClipboardLockerPtr = wx.misc.ClipboardLockerPtr
|
wxClipboardLockerPtr = wx.misc.ClipboardLockerPtr
|
||||||
wxPyTimer = wx.misc.PyTimer
|
wxPyTimer = wx.misc.PyTimer
|
||||||
wxPyDropTarget = wx.misc.PyDropTarget
|
wxPyDropTarget = wx.misc.PyDropTarget
|
||||||
wxSystemSettings_GetSystemColour = wx.misc.SystemSettings_GetSystemColour
|
|
||||||
wxSystemSettings_GetSystemFont = wx.misc.SystemSettings_GetSystemFont
|
|
||||||
wxSystemSettings_GetSystemMetric = wx.misc.SystemSettings_GetSystemMetric
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user