define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2005 23:53:48 +0000 (23:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2005 23:53:48 +0000 (23:53 +0000)
commit7fa03f04345b620d1a14529b05961116b20a1297
treefd2092ea64109d943c165a68b0a0024f9f01e3c0
parent2ff29ddf87c7935a609306057063d39141130da3
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
include/wx/calctrl.h
include/wx/choicebk.h
include/wx/dateevt.h
include/wx/dialup.h
include/wx/event.h
include/wx/fdrepdlg.h
include/wx/generic/grid.h
include/wx/generic/splitter.h
include/wx/listbase.h
include/wx/notebook.h
include/wx/process.h
include/wx/socket.h
include/wx/spinbutt.h
include/wx/spinctrl.h
include/wx/taskbar.h
include/wx/textctrl.h
include/wx/tglbtn.h
include/wx/timer.h
include/wx/treebase.h
include/wx/wizard.h