void SetImageList(wxImageList *imageList);
void SetStateImageList(wxImageList *imageList);
void SetButtonsImageList(wxImageList *imageList);
+
void AssignImageList(wxImageList *imageList);
+ %pragma(python) addtomethod = "AssignImageList:_args[0].thisown = 0"
+
void AssignStateImageList(wxImageList *imageList);
+ %pragma(python) addtomethod = "AssignStateImageList:_args[0].thisown = 0"
+
void AssignButtonsImageList(wxImageList *imageList);
+ %pragma(python) addtomethod = "AssignButtonsImageList:_args[0].thisown = 0"
return val
def AssignImageList(self, *_args, **_kwargs):
val = gizmosc.wxTreeListCtrl_AssignImageList(self, *_args, **_kwargs)
+ _args[0].thisown = 0
return val
def AssignStateImageList(self, *_args, **_kwargs):
val = gizmosc.wxTreeListCtrl_AssignStateImageList(self, *_args, **_kwargs)
+ _args[0].thisown = 0
return val
def AssignButtonsImageList(self, *_args, **_kwargs):
val = gizmosc.wxTreeListCtrl_AssignButtonsImageList(self, *_args, **_kwargs)
+ _args[0].thisown = 0
return val
def AddColumn(self, *_args, **_kwargs):
val = gizmosc.wxTreeListCtrl_AddColumn(self, *_args, **_kwargs)
// right : open if parent and go next (or expand on Win32)
// home : go to root
// end : go to last item without opening parents
- switch (event.KeyCode())
+ switch (event.GetKeyCode())
{
#ifndef __WXMSW__ // mimic the standard win32 tree ctrl
case '+':