projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
test
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
accel.h
diff --git
a/include/wx/gtk1/accel.h
b/include/wx/gtk1/accel.h
index 9bca3cf6f937fc92057715fd8f252efa50966994..51efa101f7d126b6ff0647e210b5b7b254e627e3 100644
(file)
--- a/
include/wx/gtk1/accel.h
+++ b/
include/wx/gtk1/accel.h
@@
-56,8
+56,7
@@
extern wxAcceleratorTable wxNullAcceleratorTable;
class wxAcceleratorEntry: public wxObject
{
class wxAcceleratorEntry: public wxObject
{
- public:
-
+public:
wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0)
{ m_flags = flags; m_keyCode = keyCode; m_command = cmd; }
wxAcceleratorEntry(int flags = 0, int keyCode = 0, int cmd = 0)
{ m_flags = flags; m_keyCode = keyCode; m_command = cmd; }
@@
-97,8
+96,9
@@
public:
bool Ok() const;
bool Ok() const;
-// implementation
-
+ // implementation
+ // --------------
+
int GetCommand( wxKeyEvent &event );
private:
int GetCommand( wxKeyEvent &event );
private: