Added a set of 2.4 compatibility classes for the wxDC classes that
replaces the normal Draw methods with those that have 2.4 compatible parameter lists. These classes are used by default only when importing from wxPython.wx (the "old" namespace.) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
# Other names that need to be reverse-renamed for the old namespace
|
||||
|
||||
|
||||
#Color
|
||||
#NamedColor
|
||||
DC_old
|
||||
MemoryDC_old
|
||||
BufferedDC_old
|
||||
BufferedPaintDC_old
|
||||
ScreenDC_old
|
||||
ClientDC_old
|
||||
PaintDC_old
|
||||
WindowDC_old
|
||||
MirrorDC_old
|
||||
PostScriptDC_old
|
||||
MetaFileDC_old
|
||||
PrinterDC_old
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user