Changed all TRUE/true --> True and all FALSE/false --> False so the
Python docstrings will have the correct case. Started adding extra docstrings where needed. Some other little tweaks and fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -717,7 +717,7 @@ swig_sources = run_swig(['gdi.i'], 'src', GENDIR, PKGDIR,
|
||||
'src/_gdiobj.i', 'src/_icon.i',
|
||||
'src/_imaglist.i', 'src/_pen.i',
|
||||
'src/_region.i', 'src/_palette.i',
|
||||
'src/_stockobjs.i', 'src/_dragimg.i',
|
||||
'src/_stockobjs.i',
|
||||
'src/_effects.i',
|
||||
'src/_intl.i',
|
||||
'src/_intl_ex.py',
|
||||
@@ -779,7 +779,7 @@ swig_sources = run_swig(['controls.i'], 'src', GENDIR, PKGDIR,
|
||||
'src/_tglbtn.i', 'src/_notebook.i',
|
||||
'src/_listctrl.i', 'src/_treectrl.i',
|
||||
'src/_dirctrl.i', 'src/_pycontrol.i',
|
||||
'src/_cshelp.i',
|
||||
'src/_cshelp.i', 'src/_dragimg.i',
|
||||
])
|
||||
ext = Extension('_controls', swig_sources,
|
||||
include_dirs = includes,
|
||||
|
Reference in New Issue
Block a user