]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notifevt.tex
Fix "depreciated" to "deprecated".
[wxWidgets.git] / docs / latex / wx / notifevt.tex
index c68b7eca8b5aa45974d944ca6f2a1d0bf376d493..4e0bdcd98a107e6876972e07ab27f425cd5f741b 100644 (file)
@@ -32,14 +32,23 @@ None
 
 \func{}{wxNotifyEvent}{\param{wxEventType}{ eventType = wxEVT\_NULL}, \param{int}{ id = 0}}
 
-Constructor (used internally by wxWindows only).
+Constructor (used internally by wxWidgets only).
+
+\membersection{wxNotifyEvent::Allow}\label{wxnotifyeventallow}
+
+\func{void}{Allow}{\void}
+
+This is the opposite of \helpref{Veto()}{wxnotifyeventveto}: it explicitly
+allows the event to be processed. For most events it is not necessary to call
+this method as the events are allowed anyhow but some are forbidden by default
+(this will be mentioned in the corresponding event description).
 
 \membersection{wxNotifyEvent::IsAllowed}\label{wxnotifyeventisallowed}
 
 \constfunc{bool}{IsAllowed}{\void}
 
-Returns TRUE if the change is allowed (\helpref{Veto()}{wxnotifyeventveto} 
-hasn't been called) or FALSE otherwise (if it was).
+Returns true if the change is allowed (\helpref{Veto()}{wxnotifyeventveto} 
+hasn't been called) or false otherwise (if it was).
 
 \membersection{wxNotifyEvent::Veto}\label{wxnotifyeventveto}