wxWidgets/wxPython/contrib
Robin Dunn a72f4631fe Update SWIG patch to output "True" ("False") in the autodoc string
when "true" ("false") is in the .i file.

Changed the .i files to use true/false to avoid collisions with any
True/False in headers that may be included.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-09-23 20:23:54 +00:00
..
activex Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
dllwidget 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
gizmos Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
glcanvas reSWIGed 2004-09-10 04:54:41 +00:00
iewin Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
ogl Update SWIG patch to output "True" ("False") in the autodoc string 2004-09-23 20:23:54 +00:00
stc reSWIGged 2004-09-14 06:29:24 +00:00
.cvsignore merged 2.2 branch 2000-07-15 19:51:35 +00:00
README merged 2.2 branch 2000-07-15 19:51:35 +00:00

These sub directories contain add-on modules that are not part of the
core wxPython, either because of licensing issues, optional code in
wxWindows, contrib code in wxWindows, or whatever.