X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d0f3cd6ac9b38521b35f21cb94ef7d72aa34b9e..a84ece11fffdde5d1bbd254ba58ac3cee79c2e77:/docs/latex/wx/notifevt.tex diff --git a/docs/latex/wx/notifevt.tex b/docs/latex/wx/notifevt.tex index bdd5ac9e01..1f48b5a78d 100644 --- a/docs/latex/wx/notifevt.tex +++ b/docs/latex/wx/notifevt.tex @@ -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} @@ -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. +