]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/_wx.py
correct Stopping - go to start of movie if stopped - add in preliminary docs
[wxWidgets.git] / wxPython / wxPython / _wx.py
index 876836e56ec04c5971467270b2229860aa34aa1b..d882f8f28ee7576cef3775a7291b9b75d41471d1 100644 (file)
@@ -1,11 +1,11 @@
 
 # Load all symbols that should appear in the wxPython.wx namespace
 
 # Load all symbols that should appear in the wxPython.wx namespace
-from core import *
-from core import __version__
-from gdi import *
-from windows import *
-from controls import *
-from misc import *
+from _core import *
+from _core import __version__
+from _gdi import *
+from _windows import *
+from _controls import *
+from _misc import *
 
 # Cleanup this one.
 del wx
 
 # Cleanup this one.
 del wx
@@ -35,28 +35,3 @@ def wxPyTypeCast(obj, typeStr):
 wxPy_isinstance = isinstance
 
 
 wxPy_isinstance = isinstance
 
 
-# To get wxDC methods compatible with the old 2.4 wxDC uncomment these
-# lines.  Note however that doing this will break any code that
-# expects the new-style methods.  (Is there a way to do this that does
-# not have that problem?  I suppose we could provide two versions of
-# the DC classes and just rename them here...)
-
-#wxDC.FloodFill = wxDC.FloodFillXY
-#wxDC.GetPixel = wxDC.GetPixelXY
-#wxDC.DrawLine = wxDC.DrawLineXY
-#wxDC.CrossHair = wxDC.CrossHairXY
-#wxDC.DrawArc = wxDC.DrawArcXY
-#wxDC.DrawCheckMark = wxDC.DrawCheckMarkXY
-#wxDC.DrawEllipticArc = wxDC.DrawEllipticArcXY
-#wxDC.DrawPoint = wxDC.DrawPointXY
-#wxDC.DrawRectangle = wxDC.DrawRectangleXY
-#wxDC.DrawRoundedRectangle = wxDC.DrawRoundedRectangleXY
-#wxDC.DrawCircle = wxDC.DrawCircleXY
-#wxDC.DrawEllipse = wxDC.DrawEllipseXY
-#wxDC.DrawIcon = wxDC.DrawIconXY
-#wxDC.DrawBitmap = wxDC.DrawBitmapXY
-#wxDC.DrawText = wxDC.DrawTextXY
-#wxDC.DrawRotatedText = wxDC.DrawRotatedTextXY
-#wxDC.Blit = wxDC.BlitXY
-#wxDC.SetClippingRegion = wxDC.SetClippingRegionXY 
-