projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move wxWebView documentation into a separate interface file and add the wxWeb library...
[wxWidgets.git]
/
include
/
wx
/
accel.h
diff --git
a/include/wx/accel.h
b/include/wx/accel.h
index 0cbf106f7a3c38214938e62e7e421d31bb6ae1b1..6d0e2701ea23fcf412bd3192e88e1ba72592fc45 100644
(file)
--- a/
include/wx/accel.h
+++ b/
include/wx/accel.h
@@
-44,7
+44,7
@@
enum wxAcceleratorEntryFlags
// an entry in wxAcceleratorTable corresponds to one accelerator
// ----------------------------------------------------------------------------
// an entry in wxAcceleratorTable corresponds to one accelerator
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxAcceleratorEntry
+class WXDLL
IMPEXP_CORE
wxAcceleratorEntry
{
public:
wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0,
{
public:
wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0,
@@
-107,8
+107,7
@@
public:
bool IsOk() const
{
bool IsOk() const
{
- return m_flags != 0 &&
- m_keyCode != 0;
+ return m_keyCode != 0;
}
}
@@
-117,7
+116,7
@@
public:
// returns a wxString for the this accelerator.
// this function formats it using the <flags>-<keycode> format
// returns a wxString for the this accelerator.
// this function formats it using the <flags>-<keycode> format
- // where <flags> maybe a hyphen-separed list of "shift|alt|ctrl"
+ // where <flags> maybe a hyphen-separ
at
ed list of "shift|alt|ctrl"
wxString ToString() const;
// returns true if the given string correctly initialized this object
wxString ToString() const;
// returns true if the given string correctly initialized this object
@@
-157,14
+156,14
@@
private:
#elif defined(__WXGTK__)
#include "wx/gtk1/accel.h"
#elif defined(__WXMAC__)
#elif defined(__WXGTK__)
#include "wx/gtk1/accel.h"
#elif defined(__WXMAC__)
- #include "wx/
mac
/accel.h"
+ #include "wx/
osx
/accel.h"
#elif defined(__WXCOCOA__)
#include "wx/generic/accel.h"
#elif defined(__WXPM__)
#include "wx/os2/accel.h"
#endif
#elif defined(__WXCOCOA__)
#include "wx/generic/accel.h"
#elif defined(__WXPM__)
#include "wx/os2/accel.h"
#endif
-extern WXDLL
EXPORT_DATA
(wxAcceleratorTable) wxNullAcceleratorTable;
+extern WXDLL
IMPEXP_DATA_CORE
(wxAcceleratorTable) wxNullAcceleratorTable;
#endif // wxUSE_ACCEL
#endif // wxUSE_ACCEL