X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6129f59eb4f91fdcc688d3672b4780417d63b06f..5a07e9748288d199216af61dcac67d45011e36fe:/wxPython/src/gtk/stattool.py?ds=sidebyside diff --git a/wxPython/src/gtk/stattool.py b/wxPython/src/gtk/stattool.py index c366b640a1..cea709ed3e 100644 --- a/wxPython/src/gtk/stattool.py +++ b/wxPython/src/gtk/stattool.py @@ -202,6 +202,9 @@ class wxToolBarBasePtr(wxControlPtr): def InsertControl(self, *_args, **_kwargs): val = apply(stattoolc.wxToolBarBase_InsertControl,(self,) + _args, _kwargs) return val + def FindControl(self, *_args, **_kwargs): + val = apply(stattoolc.wxToolBarBase_FindControl,(self,) + _args, _kwargs) + return val def AddSeparator(self, *_args, **_kwargs): val = apply(stattoolc.wxToolBarBase_AddSeparator,(self,) + _args, _kwargs) return val