]> git.saurik.com Git - wxWidgets.git/commitdiff
added Allow() docs
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Mar 2002 18:52:05 +0000 (18:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Mar 2002 18:52:05 +0000 (18:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/notifevt.tex

index c68b7eca8b5aa45974d944ca6f2a1d0bf376d493..1f48b5a78d3ba6ff88d45aa49a717cace0c70148 100644 (file)
@@ -34,6 +34,15 @@ 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}