X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94e36a5196e52314b56c1b4d29bae0d02519af55..4e3ad7c095f0a047b48445d76316fc20f394f3e9:/wxPython/src/msw/stattool.py?ds=sidebyside diff --git a/wxPython/src/msw/stattool.py b/wxPython/src/msw/stattool.py index c366b640a1..cea709ed3e 100644 --- a/wxPython/src/msw/stattool.py +++ b/wxPython/src/msw/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