]> git.saurik.com Git - wxWidgets.git/commit
Decorator classes are no longer needed
authorRobin Dunn <robin@alldunn.com>
Tue, 3 Feb 2004 23:36:49 +0000 (23:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 3 Feb 2004 23:36:49 +0000 (23:36 +0000)
commit4c8347a5ab8b805fe312620898ed220629455812
treedf0dd5bd26b743207082feb948481d0bbfb47586
parentba933fa510d5049b19822cca268e2bfa41c8adad
Decorator classes are no longer needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
45 files changed:
wxPython/wx/py/wxd/Accelerators.py [deleted file]
wxPython/wx/py/wxd/App.py [deleted file]
wxPython/wx/py/wxd/Base.py [deleted file]
wxPython/wx/py/wxd/ClipDragDrop.py [deleted file]
wxPython/wx/py/wxd/Config.py [deleted file]
wxPython/wx/py/wxd/Controls.py [deleted file]
wxPython/wx/py/wxd/DataStructures.py [deleted file]
wxPython/wx/py/wxd/DateTime.py [deleted file]
wxPython/wx/py/wxd/Dialogs.py [deleted file]
wxPython/wx/py/wxd/Drawing.py [deleted file]
wxPython/wx/py/wxd/Errors.py [deleted file]
wxPython/wx/py/wxd/EventFunctions.py [deleted file]
wxPython/wx/py/wxd/Events.py [deleted file]
wxPython/wx/py/wxd/FileSystem.py [deleted file]
wxPython/wx/py/wxd/Frames.py [deleted file]
wxPython/wx/py/wxd/Functions.py [deleted file]
wxPython/wx/py/wxd/Help.py [deleted file]
wxPython/wx/py/wxd/ImageHandlers.py [deleted file]
wxPython/wx/py/wxd/Joystick.py [deleted file]
wxPython/wx/py/wxd/LayoutConstraints.py [deleted file]
wxPython/wx/py/wxd/Logging.py [deleted file]
wxPython/wx/py/wxd/Menus.py [deleted file]
wxPython/wx/py/wxd/MimeTypes.py [deleted file]
wxPython/wx/py/wxd/Misc.py [deleted file]
wxPython/wx/py/wxd/Panel.py [deleted file]
wxPython/wx/py/wxd/Parameters.py [deleted file]
wxPython/wx/py/wxd/Printing.py [deleted file]
wxPython/wx/py/wxd/Process.py [deleted file]
wxPython/wx/py/wxd/SashSplitter.py [deleted file]
wxPython/wx/py/wxd/Sizers.py [deleted file]
wxPython/wx/py/wxd/Streams.py [deleted file]
wxPython/wx/py/wxd/StyledTextConstants.py [deleted file]
wxPython/wx/py/wxd/Threading.py [deleted file]
wxPython/wx/py/wxd/ToolBar.py [deleted file]
wxPython/wx/py/wxd/Tree.py [deleted file]
wxPython/wx/py/wxd/Validators.py [deleted file]
wxPython/wx/py/wxd/Window.py [deleted file]
wxPython/wx/py/wxd/__init__.py [deleted file]
wxPython/wx/py/wxd/d_stc.py [deleted file]
wxPython/wx/py/wxd/d_wx.py [deleted file]
wxPython/wx/py/wxd/decorator.py [deleted file]
wxPython/wx/py/wxd/gen.py [deleted file]
wxPython/wx/py/wxd/genapi.py [deleted file]
wxPython/wx/py/wxd/stc_.py [deleted file]
wxPython/wx/py/wxd/wx_.py [deleted file]