]>
Commit | Line | Data |
---|---|---|
489468fe | 1 | /////////////////////////////////////////////////////////////////////////////// |
524c47aa | 2 | // Name: src/osx/carbon/menuitem.cpp |
489468fe SC |
3 | // Purpose: wxMenuItem implementation |
4 | // Author: Stefan Csomor | |
5 | // Modified by: | |
6 | // Created: 1998-01-01 | |
489468fe SC |
7 | // Copyright: (c) Stefan Csomor |
8 | // Licence: wxWindows licence | |
9 | /////////////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | #include "wx/wxprec.h" | |
12 | ||
13 | #include "wx/menuitem.h" | |
14 | #include "wx/stockitem.h" | |
15 | ||
16 | #ifndef WX_PRECOMP | |
17 | #include "wx/app.h" | |
18 | #include "wx/menu.h" | |
19 | #endif // WX_PRECOMP | |
20 | ||
524c47aa | 21 | #include "wx/osx/private.h" |
489468fe | 22 | |
03647350 | 23 | // because on mac carbon everything is done through MenuRef APIs both implementation |
524c47aa | 24 | // classes are in menu.cpp |