]> git.saurik.com Git - wxWidgets.git/commit - wxPython/demo/ArtProvider.py
Reverted to old method names/signatures for wx.DC, updated lib and
authorRobin Dunn <robin@alldunn.com>
Sun, 2 May 2004 02:41:33 +0000 (02:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 2 May 2004 02:41:33 +0000 (02:41 +0000)
commitd7403ad2d154a8e2974fdc5fc215258f3a75cdde
treeaaa3e5753ae79ed8157fc29034a37b0a0ee46cf4
parent019fd9d3793f9a56f80fa72589a6b7eb53885ff8
Reverted to old method names/signatures for wx.DC, updated lib and
demo to match.  Also fixed some deprecation warnings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
61 files changed:
wxPython/demo/ArtProvider.py
wxPython/demo/BitmapButton.py
wxPython/demo/ColourDB.py
wxPython/demo/Cursor.py
wxPython/demo/CustomDragAndDrop.py
wxPython/demo/DragImage.py
wxPython/demo/FileBrowseButton.py
wxPython/demo/FloatCanvas.py
wxPython/demo/GenericButtons.py
wxPython/demo/GridStdEdRend.py
wxPython/demo/Grid_MegaExample.py
wxPython/demo/ImageAlpha.py
wxPython/demo/IntCtrl.py
wxPython/demo/Joystick.py
wxPython/demo/MDIDemo.py
wxPython/demo/Main.py
wxPython/demo/Mask.py
wxPython/demo/MessageDialog.py
wxPython/demo/OGL.py
wxPython/demo/PrintFramework.py
wxPython/demo/RadioButton.py
wxPython/demo/ScrolledPanel.py
wxPython/demo/ScrolledWindow.py
wxPython/demo/ShapedWindow.py
wxPython/demo/Sizers.py
wxPython/demo/SplitTree.py
wxPython/demo/StaticBitmap.py
wxPython/demo/StaticText.py
wxPython/demo/Threads.py
wxPython/demo/encode_bitmaps.py
wxPython/docs/CHANGES.txt
wxPython/docs/MigrationGuide.txt
wxPython/src/__gdi_reverse.txt
wxPython/src/_app_ex.py
wxPython/src/_dc.i
wxPython/wx/lib/analogclock.py
wxPython/wx/lib/buttons.py
wxPython/wx/lib/calendar.py
wxPython/wx/lib/colourchooser/canvas.py
wxPython/wx/lib/colourchooser/pycolourslider.py
wxPython/wx/lib/colourchooser/pypalette.py
wxPython/wx/lib/compatdc.py [deleted file]
wxPython/wx/lib/editor/editor.py
wxPython/wx/lib/fancytext.py
wxPython/wx/lib/floatcanvas.py
wxPython/wx/lib/gridmovers.py
wxPython/wx/lib/imagebrowser.py
wxPython/wx/lib/multisash.py
wxPython/wx/lib/mvctree.py
wxPython/wx/lib/plot.py
wxPython/wx/lib/popupctl.py
wxPython/wx/lib/printout.py
wxPython/wx/lib/rcsizer.py
wxPython/wx/lib/rightalign.py
wxPython/wx/lib/splashscreen.py
wxPython/wx/lib/stattext.py
wxPython/wx/lib/throbber.py
wxPython/wx/lib/wxPlotCanvas.py
wxPython/wxPython/_core.py
wxPython/wxPython/_gdi.py
wxPython/wxPython/_wx.py