projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
made SetDirectory() work, minor code cleanup (much is left to do)
[wxWidgets.git]
/
include
/
wx
/
univ
/
menuitem.h
diff --git
a/include/wx/univ/menuitem.h
b/include/wx/univ/menuitem.h
index 4022b3311359e0dd385fde88a0ce833fb1a477c7..52049e5f716d8fbf509237b184eb8a22712b3112 100644
(file)
--- a/
include/wx/univ/menuitem.h
+++ b/
include/wx/univ/menuitem.h
@@
-13,7
+13,7
@@
#define _WX_UNIV_MENUITEM_H_
#ifdef __GNUG__
#define _WX_UNIV_MENUITEM_H_
#ifdef __GNUG__
- #pragma interface "menuitem.h"
+ #pragma interface "
univ
menuitem.h"
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------
@@
-28,7
+28,7
@@
public:
int id = wxID_SEPARATOR,
const wxString& name = wxEmptyString,
const wxString& help = wxEmptyString,
int id = wxID_SEPARATOR,
const wxString& name = wxEmptyString,
const wxString& help = wxEmptyString,
-
bool isCheckable = FALSE
,
+
wxItemKind kind = wxITEM_NORMAL
,
wxMenu *subMenu = (wxMenu *)NULL);
virtual ~wxMenuItem();
wxMenu *subMenu = (wxMenu *)NULL);
virtual ~wxMenuItem();