X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c0cee1ed395bbfc0315e3a3f12f7233e6647ecb..647b8e379ed0f470f0f643fe816ba872be41541d:/docs/latex/wx/event.tex diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index d6099d0c7b..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} @@ -100,7 +100,7 @@ Returns the identifier associated with this event, such as a button command id. \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} @@ -136,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