projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a public wxModalDialogHook class for intercepting modal dialogs.
[wxWidgets.git]
/
docs
/
doxygen
/
groups
/
class_events.h
diff --git
a/docs/doxygen/groups/class_events.h
b/docs/doxygen/groups/class_events.h
index a4d945af8c522a344d7855bcf991076201a89b1a..808ef18c31fdb4dcaee2e7b44aa2ea141444d0b1 100644
(file)
--- a/
docs/doxygen/groups/class_events.h
+++ b/
docs/doxygen/groups/class_events.h
@@
-3,7
+3,7
@@
// Purpose: Event classes group docs
// Author: wxWidgets team
// RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
// Purpose: Event classes group docs
// Author: wxWidgets team
// RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/**
/////////////////////////////////////////////////////////////////////////////
/**
@@
-14,7
+14,9
@@
An event object contains information about a specific event. Event handlers
(usually member functions) have a single, event argument.
An event object contains information about a specific event. Event handlers
(usually member functions) have a single, event argument.
-Related Overviews: @ref overview_eventhandling
+Related Overviews: @ref overview_events
+
+Related macros/global-functions group: @ref group_funcmacro_events
*/
*/