projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
linkage and unicode corrections
[wxWidgets.git]
/
include
/
wx
/
univ
/
checklst.h
diff --git
a/include/wx/univ/checklst.h
b/include/wx/univ/checklst.h
index 7c8b261ac4d6673160dc6eae4c34a991d0852ee0..ee6232792541b218b785fac1c6aa9f849da02cb2 100644
(file)
--- a/
include/wx/univ/checklst.h
+++ b/
include/wx/univ/checklst.h
@@
-12,7
+12,7
@@
#ifndef _WX_UNIV_CHECKLST_H_
#define _WX_UNIV_CHECKLST_H_
#ifndef _WX_UNIV_CHECKLST_H_
#define _WX_UNIV_CHECKLST_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "univchecklst.h"
#endif
#pragma interface "univchecklst.h"
#endif
@@
-102,10
+102,10
@@
class WXDLLEXPORT wxStdCheckListboxInputHandler : public wxStdListboxInputHandle
public:
wxStdCheckListboxInputHandler(wxInputHandler *inphand);
public:
wxStdCheckListboxInputHandler(wxInputHandler *inphand);
- virtual bool HandleKey(wx
Control *control
,
+ virtual bool HandleKey(wx
InputConsumer *consumer
,
const wxKeyEvent& event,
bool pressed);
const wxKeyEvent& event,
bool pressed);
- virtual bool HandleMouse(wx
Control *control
,
+ virtual bool HandleMouse(wx
InputConsumer *consumer
,
const wxMouseEvent& event);
};
const wxMouseEvent& event);
};