reSWIGged with the new SWIG runtime
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file was created automatically by SWIG.
|
||||
# This file was created automatically by SWIG 1.3.27.
|
||||
# Don't modify this file, modify the SWIG interface instead.
|
||||
|
||||
import _controls_
|
||||
@@ -4720,7 +4720,7 @@ class ListCtrl(_core.Control):
|
||||
return _controls_.ListCtrl_InsertItem(*args, **kwargs)
|
||||
|
||||
def InsertStringItem(*args, **kwargs):
|
||||
"""InsertStringItem(self, long index, String label) -> long"""
|
||||
"""InsertStringItem(self, long index, String label, int imageIndex=-1) -> long"""
|
||||
return _controls_.ListCtrl_InsertStringItem(*args, **kwargs)
|
||||
|
||||
def InsertImageItem(*args, **kwargs):
|
||||
@@ -6465,3 +6465,4 @@ def PreDatePickerCtrl(*args, **kwargs):
|
||||
return val
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user