]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/event.tex
A little cleanup for this demo
[wxWidgets.git] / docs / latex / wx / event.tex
index 5d4403d78f5a9af604ec4acd67498f0ac88cd428..404294e1129c16e2a7f32ab911f988e22edd6675 100644 (file)
@@ -21,7 +21,7 @@ event object, and is an abstract base class for other event classes (see below).
 
 \membersection{wxEvent::wxEvent}
 
-\func{}{wxEvent}{\param{int }{id = 0}}
+\func{}{wxEvent}{\param{int }{id = 0}, \param{wxEventType }{eventType = {\tt wxEVT\_NULL}}}
 
 Constructor. Should not need to be used directly by an application.
 
@@ -58,7 +58,7 @@ Timestamp for this event.
 
 \membersection{wxEvent::Clone}\label{wxeventclone}
 
-\func{virtual wxEvent*}{Clone}{\void} const
+\constfunc{virtual wxEvent*}{Clone}{\void}
 
 Returns a copy of the event.