reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-10 04:10:27 +00:00
parent c6c4892942
commit ce7284bd97
15 changed files with 2470 additions and 493 deletions

View File

@@ -429,6 +429,8 @@ class TreeListCtrl(core.Control):
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
Validator validator=DefaultValidator,
String name=TreeListCtrlNameStr) -> bool
Do the 2nd phase and create the GUI control.
"""
return _gizmos.TreeListCtrl_Create(*args, **kwargs)