]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
Don't duplicate INVALID_FILE_ATTRIBUTES definition.
[wxWidgets.git] / include / wx / msw / menuitem.h
index a4cbaa820de3e779a4da7bd5fe86df5a82eceeee..4cfc3d058b7e2232df9cef6772cfc773ac9c9197 100644 (file)
@@ -19,6 +19,8 @@
 #if wxUSE_OWNER_DRAWN
     #include "wx/ownerdrw.h"
     #include "wx/bitmap.h"
+
+    struct tagRECT;
 #endif
 
 // ----------------------------------------------------------------------------
@@ -118,6 +120,10 @@ protected:
     virtual void GetFontToUse(wxFont& font) const;
     virtual void GetColourToUse(wxODStatus stat, wxColour& colText, wxColour& colBack) const;
 
+private:
+    // helper function for draw std menu check mark
+    void DrawStdCheckMark(WXHDC hdc, const tagRECT* rc, wxODStatus stat);
+
 #endif // wxUSE_OWNER_DRAWN
 
 private: