]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cmdevent.tex
Doc corrections
[wxWidgets.git] / docs / latex / wx / cmdevent.tex
index 2406164240a00697e92202260b97ff32adfbcbf7..5983803d53697ae1bb3fbece3fba8c26b36ad7fa 100644 (file)
@@ -5,12 +5,17 @@ simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/event.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process a menu command event, use these event handler macros to direct input to member
@@ -181,7 +186,7 @@ that has longer life time than the event object.
 
 \membersection{wxCommandEvent::SetExtraLong}\label{wxcommandeventsetextralong}
 
-\func{void}{SetExtraLong}{\param{int}{ extraLong}}
+\func{void}{SetExtraLong}{\param{long}{ extraLong}}
 
 Sets the {\bf m\_extraLong} member.