]> git.saurik.com Git - wxWidgets.git/commitdiff
preparation for separated menu items
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:12:22 +0000 (16:12 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:12:22 +0000 (16:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/menuitem.h

index e6478ebe7df0df7e76e1039084700bfe079205e3..6a35c72294102e29bba6e4e5a3b4e1061a1a7773 100644 (file)
@@ -76,6 +76,7 @@ public:
 
 private:
     wxBitmap  m_bitmap; // Bitmap for menuitem, if any
+    void* m_menu ; // the appropriate menu , may also be a system menu
 
     DECLARE_DYNAMIC_CLASS(wxMenuItem)
 };