X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d99400b27e8a6be5e04d25d02dbc856491e5777b..521a2cb15495224d42df6116f93049800595a7ba:/wxPython/src/gtk/controls2.py diff --git a/wxPython/src/gtk/controls2.py b/wxPython/src/gtk/controls2.py index 78042cd466..f46d4b0da1 100644 --- a/wxPython/src/gtk/controls2.py +++ b/wxPython/src/gtk/controls2.py @@ -626,6 +626,9 @@ class wxListCtrlPtr(wxControlPtr): def SortItems(self, *_args, **_kwargs): val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs) return val + def GetMainWindow(self, *_args, **_kwargs): + val = apply(controls2c.wxListCtrl_GetMainWindow,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) @@ -866,6 +869,9 @@ class wxTreeEventPtr(wxNotifyEventPtr): def GetLabel(self, *_args, **_kwargs): val = apply(controls2c.wxTreeEvent_GetLabel,(self,) + _args, _kwargs) return val + def IsEditCancelled(self, *_args, **_kwargs): + val = apply(controls2c.wxTreeEvent_IsEditCancelled,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) GetCode = GetKeyCode