X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fc995493751d17a2184287a60f106c9491caec6..dbaf885e8725529ba66653aabe5f7f20bc1f28db:/utils/wxPython/src/gtk/controls2.py?ds=inline diff --git a/utils/wxPython/src/gtk/controls2.py b/utils/wxPython/src/gtk/controls2.py index d983f58a6b..af228db1dd 100644 --- a/utils/wxPython/src/gtk/controls2.py +++ b/utils/wxPython/src/gtk/controls2.py @@ -285,6 +285,9 @@ class wxListCtrlPtr(wxControlPtr): def SetWindowStyleFlag(self, *_args, **_kwargs): val = apply(controls2c.wxListCtrl_SetWindowStyleFlag,(self,) + _args, _kwargs) return val + def SortItems(self, *_args, **_kwargs): + val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) class wxListCtrl(wxListCtrlPtr):