]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notifevt.tex
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
[wxWidgets.git] / docs / latex / wx / notifevt.tex
index 1f48b5a78d3ba6ff88d45aa49a717cace0c70148..2fdce6f8e4ffd3c30a7fb1713ac011fefdaa7b5f 100644 (file)
@@ -11,13 +11,16 @@ change if it wants to prevent it from happening.
 
 \helpref{wxCommandEvent}{wxcommandevent}\\
 \helpref{wxEvent}{wxevent}\\
-\helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/event.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 None
@@ -32,7 +35,7 @@ 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}
 
@@ -47,8 +50,8 @@ this method as the events are allowed anyhow but some are forbidden by default
 
 \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}