]> git.saurik.com Git - wxWidgets.git/commit
Added ability to use xml resource files. Still need to add ability to
authorRobin Dunn <robin@alldunn.com>
Fri, 15 Jun 2001 21:43:26 +0000 (21:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 15 Jun 2001 21:43:26 +0000 (21:43 +0000)
commitd56cebe7a497773d8753ea2ab874c4445bac18dc
tree6ebcc095d6e9b19fd06152d28b1dec5588339284
parentdd2c8b7c33652a8edadd3a7755362c6fa2324991
Added ability to use xml resource files.  Still need to add ability to
subclass wxXmlResourceHandler, etc...

Added wxGridAutoEditMixin to the mixins library package.

Made ColourSelect be derived from wxButton.

Fixed a few bugs here and there, added some missing methods, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 files changed:
wxPython/CHANGES.txt
wxPython/contrib/xrc/.cvsignore [new file with mode: 0644]
wxPython/contrib/xrc/b.bat [new file with mode: 0755]
wxPython/contrib/xrc/xrc.cpp [new file with mode: 0644]
wxPython/contrib/xrc/xrc.i [new file with mode: 0644]
wxPython/contrib/xrc/xrc.py [new file with mode: 0644]
wxPython/demo/ColourSelect.py
wxPython/demo/GridSimple.py
wxPython/demo/Main.py
wxPython/demo/PythonEvents.py
wxPython/demo/XML_Resource.py [new file with mode: 0644]
wxPython/demo/data/resource.wdr [new file with mode: 0644]
wxPython/demo/data/resource_wdr.xrc [new file with mode: 0644]
wxPython/demo/demoMainLoop.py
wxPython/demo/encode_bitmaps.py
wxPython/demo/images.py
wxPython/demo/wxChoice.py
wxPython/demo/wxListCtrl.py
wxPython/demo/wxTextCtrl.py
wxPython/demo/wxToolBar.py
wxPython/distrib/zipit.bat
wxPython/setup.py
wxPython/src/__version__.py
wxPython/src/_defs.i
wxPython/src/controls.i
wxPython/src/events.i
wxPython/src/gdi.i
wxPython/src/libpy.c
wxPython/src/misc2.i
wxPython/src/msw/controls.cpp
wxPython/src/msw/controls.py
wxPython/src/msw/events.cpp
wxPython/src/msw/events.py
wxPython/src/msw/gdi.cpp
wxPython/src/msw/gdi.py
wxPython/src/msw/misc2.cpp
wxPython/src/msw/windows.cpp
wxPython/src/msw/windows.py
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py
wxPython/src/windows.i
wxPython/wxPython/lib/colourselect.py
wxPython/wxPython/lib/rpcMixin.py