X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e72b8b51770b59a83eb32f4d766b89f6c4dc615..c229e50dc773306e1c2b47056ae625ca495c35ee:/docs/latex/wx/event.tex?ds=sidebyside diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 5d4403d78f..404294e112 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -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.