]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toolbar.h
rename wxRendererNative::DrawRadioButton() to DrawOptionButton() to avoid conflict...
[wxWidgets.git] / include / wx / msw / toolbar.h
index ce467dad50a33ca585244f0a457f157493fbb46c..7a689eba01d401d620a3986988096f3314a078ee 100644 (file)
@@ -146,6 +146,9 @@ protected:
     wxToolBarToolBase *m_pInTool;
 
 private:
+    // makes sure tool bitmap size is sufficient for all tools
+    void AdjustToolBitmapSize();
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxToolBar)
     DECLARE_NO_COPY_CLASS(wxToolBar)