projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add aglUpdateContext() call (doesn't seem to change anything but should be there...
[wxWidgets.git]
/
include
/
wx
/
clrpicker.h
diff --git
a/include/wx/clrpicker.h
b/include/wx/clrpicker.h
index 13dfd4b8467ae0685fea9acb0b8208ad439cea0f..29f0c818d2b643a56df9b06551631efa42fd4d32 100644
(file)
--- a/
include/wx/clrpicker.h
+++ b/
include/wx/clrpicker.h
@@
-193,13
+193,6
@@
typedef void (wxEvtHandler::*wxColourPickerEventFunction)(wxColourPickerEvent&);
#define EVT_COLOURPICKER_CHANGED(id, fn) \
wx__DECLARE_EVT1(wxEVT_COMMAND_COLOURPICKER_CHANGED, id, wxColourPickerEventHandler(fn))
#define EVT_COLOURPICKER_CHANGED(id, fn) \
wx__DECLARE_EVT1(wxEVT_COMMAND_COLOURPICKER_CHANGED, id, wxColourPickerEventHandler(fn))
-#ifdef _WX_DEFINE_DATE_EVENTS_
- DEFINE_EVENT_TYPE(wxEVT_COMMAND_COLOURPICKER_CHANGED)
-
- IMPLEMENT_DYNAMIC_CLASS(wxColourPickerEvent, wxCommandEvent)
-#endif
-
-
#endif // wxUSE_COLOURPICKERCTRL
#endif // wxUSE_COLOURPICKERCTRL