]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
Make wxChoicebook background transparent.
[wxWidgets.git] / include / wx / msw / menuitem.h
index e885b980191fc9b7472d99f1dbddcf057b061322..4cfc3d058b7e2232df9cef6772cfc773ac9c9197 100644 (file)
@@ -19,6 +19,8 @@
 #if wxUSE_OWNER_DRAWN
     #include "wx/ownerdrw.h"
     #include "wx/bitmap.h"
+
+    struct tagRECT;
 #endif
 
 // ----------------------------------------------------------------------------
@@ -107,6 +109,7 @@ public:
     const wxBitmap& GetDisabledBitmap() const
         { return m_bmpDisabled; }
 
+    int MeasureAccelWidth() const;
 
     // override wxOwnerDrawn base class virtuals
     virtual wxString GetName() const;
@@ -117,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: