projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wx/font.h include to fix PCH-less build
[wxWidgets.git]
/
include
/
wx
/
univ
/
menu.h
diff --git
a/include/wx/univ/menu.h
b/include/wx/univ/menu.h
index ac9364404b1eefed03d4b65a2c5a4b1b5950e7e2..e023830bf02743acff883e1e501b9e54dde7185d 100644
(file)
--- a/
include/wx/univ/menu.h
+++ b/
include/wx/univ/menu.h
@@
-12,10
+12,6
@@
#ifndef _WX_UNIV_MENU_H_
#define _WX_UNIV_MENU_H_
#ifndef _WX_UNIV_MENU_H_
#define _WX_UNIV_MENU_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "univmenu.h"
-#endif
-
#if wxUSE_ACCEL
#include "wx/accel.h"
#endif // wxUSE_ACCEL
#if wxUSE_ACCEL
#include "wx/accel.h"
#endif // wxUSE_ACCEL
@@
-248,6
+244,9
@@
protected:
// we don't want to have focus except while selecting from menu
void GiveAwayFocus();
// we don't want to have focus except while selecting from menu
void GiveAwayFocus();
+ // Release the mouse capture if we have it
+ bool ReleaseMouseCapture();
+
// the array containing extra menu info we need
wxMenuInfoArray m_menuInfos;
// the array containing extra menu info we need
wxMenuInfoArray m_menuInfos;