generated sources update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -405,6 +405,9 @@ class wxCheckListBoxPtr(wxListBoxPtr):
|
||||
def Check(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxCheckListBox_Check,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def InsertItems(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxCheckListBox_InsertItems,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetItemHeight(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxCheckListBox_GetItemHeight,(self,) + _args, _kwargs)
|
||||
return val
|
||||
|
Reference in New Issue
Block a user