]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toolbar.h
don't use dialog size gripper under CE (should close #10765)
[wxWidgets.git] / include / wx / msw / toolbar.h
index ce467dad50a33ca585244f0a457f157493fbb46c..b835541e802713268708da73f754b3cfc27d05bc 100644 (file)
@@ -146,9 +146,12 @@ 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)
+    wxDECLARE_NO_COPY_CLASS(wxToolBar);
 };
 
 #endif // wxUSE_TOOLBAR