Added some optimization methods to wxPython's wxDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-16 19:06:09 +00:00
parent 9e0a12c958
commit 9d37f96428
11 changed files with 797 additions and 11 deletions

View File

@@ -11,13 +11,13 @@ from clip_dnd import *
from cmndlgs import *
from events import *
from frames import *
from stattool import *
from controls import *
from events import *
import wx
class wxPrintDataPtr(wxObjectPtr):
def __init__(self,this):