]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notifevt.tex
classic/carbon split
[wxWidgets.git] / docs / latex / wx / notifevt.tex
index bdd5ac9e0101fedfa992ac5d5e18b367a5c49f49..74c694ff0d4d1fcf4954950fc2287ae5e4d5bcda 100644 (file)
@@ -34,12 +34,21 @@ None
 
 Constructor (used internally by wxWindows 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}
 
@@ -50,3 +59,4 @@ Prevents the change announced by this event from happening.
 It is in general a good idea to notify the user about the reasons for vetoing
 the change because otherwise the applications behaviour (which just refuses to
 do what the user wants) might be quite surprising.
+