]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/msw/controls2.py
Added a new sample app that is a style editor for wxSTC.
authorRobin Dunn <robin@alldunn.com>
Tue, 28 Aug 2001 19:21:45 +0000 (19:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 28 Aug 2001 19:21:45 +0000 (19:21 +0000)
commit00b6c4e33bdb2fcc1b56d429653963182608674b
tree0b5c505a9cd0f3f214d703a1be39bd7cdd1a6144
parent555d502fafd60eb3d448dfa6a5a6263d28119f31
Added a new sample app that is a style editor for wxSTC.

Some other tweaks and fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
wxPython/CHANGES.txt
wxPython/MANIFEST.in
wxPython/demo/PyCrust.py
wxPython/demo/VirtualListCtrl.py
wxPython/demo/data/grid.i
wxPython/demo/wxTextCtrl.py
wxPython/distrib/make_installer.py
wxPython/samples/StyleEditor/README.txt [new file with mode: 0644]
wxPython/samples/StyleEditor/STCStyleEditor.py [new file with mode: 0644]
wxPython/samples/StyleEditor/stc-styles.rc.cfg [new file with mode: 0644]
wxPython/setup.py
wxPython/src/_defs.i
wxPython/src/_extras.py
wxPython/src/controls.i
wxPython/src/controls2.i
wxPython/src/helpers.h
wxPython/src/msw/controls.cpp
wxPython/src/msw/controls.py
wxPython/src/msw/controls2.cpp
wxPython/src/msw/controls2.py
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py