]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
blind fix for latest mingw32 3.1
[wxWidgets.git] / include / wx / tbarbase.h
index 7899208435fb0eda43995904d5d8866645bec4c6..dfa4dcb40d2bffab99c54580564a740feee397ca 100644 (file)
@@ -329,6 +329,9 @@ public:
     // NB: the control should have toolbar as its parent
     virtual wxToolBarToolBase *AddControl(wxControl *control);
     virtual wxToolBarToolBase *InsertControl(size_t pos, wxControl *control);
+    
+    // get the control with the given id or return NULL
+    virtual wxControl *FindControl( int id );
 
     // add a separator to the toolbar
     virtual wxToolBarToolBase *AddSeparator();