wxWidgets/wxPython
Robin Dunn b00f16c865 Added new event binders
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:37:33 +00:00
..
contrib removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
demo Various layout fixes and such 2004-06-14 19:10:20 +00:00
distrib Add "inplace" build option that allows the distribution to be built 2004-06-11 22:50:25 +00:00
distutils
docs Some doc tweaks 2004-06-10 20:26:43 +00:00
include/wx/wxPython use the API Ptr accessor for the inline functions too. 2004-06-09 17:50:45 +00:00
misc More test cases and handle __doc__ == None 2004-05-18 20:14:14 +00:00
samples Some error recovery and other tweaks 2004-05-28 19:59:29 +00:00
scripts Generate pywrap as a console tool. 2004-03-30 00:10:15 +00:00
src Added new event binders 2004-06-14 19:37:33 +00:00
SWIG Add a package="name" option to the %module directive in my SWIG patch 2004-06-02 02:27:43 +00:00
wx The new OGL doesn't have to be compatible with the bugs in the old 2004-06-08 01:12:26 +00:00
wxPython reSWIGged 2004-06-09 18:54:49 +00:00
.cvsignore
b bash version of wxPython's b script for win32 2004-06-09 02:43:22 +00:00
b.bat bash version of wxPython's b script for win32 2004-06-09 02:43:22 +00:00
b.win32 Accept both XY and X.Y version numbers 2004-06-11 02:41:27 +00:00
config.py distrib and build updates 2004-06-09 05:38:45 +00:00
setup.py Added a new version (0.8.3) of FloatCanvas from Chris Barker. It's 2004-06-04 21:29:41 +00:00