X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5f648a9d1d5978b035a17e01c619425dc8a15d8..e2478fde622a16d25c66690af353dfdc37e7b582:/docs/latex/wx/event.tex diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 404294e112..9e542c58c9 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -48,7 +48,7 @@ Identifier for the window. \member{bool}{m\_skipped} -Set to TRUE by {\bf Skip} if this event should be skipped. +Set to true by {\bf Skip} if this event should be skipped. \membersection{wxEvent::m\_timeStamp} @@ -96,18 +96,11 @@ such as wxEVENT\_TYPE\_BUTTON\_COMMAND. Returns the identifier associated with this event, such as a button command id. -\membersection{wxEvent::GetObjectType} - -\func{WXTYPE}{GetObjectType}{\void} - -Returns the type of the object associated with the -event, such as wxTYPE\_BUTTON. - \membersection{wxEvent::GetSkipped} \func{bool}{GetSkipped}{\void} -Returns TRUE if the event handler should be skipped, FALSE otherwise. +Returns true if the event handler should be skipped, false otherwise. \membersection{wxEvent::GetTimestamp} @@ -143,7 +136,7 @@ Sets the originating object. \membersection{wxEvent::Skip}\label{wxeventskip} -\func{void}{Skip}{\param{bool}{ skip = TRUE}} +\func{void}{Skip}{\param{bool}{ skip = true}} Called by an event handler to tell the event system that the event handler should be skipped, and the next valid handler used