]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cmdevent.tex
Derive from wxToggleButtonBase
[wxWidgets.git] / docs / latex / wx / cmdevent.tex
index 2406164240a00697e92202260b97ff32adfbcbf7..140adfc55acbbecff67b02ee54ab00a2ebf4166d 100644 (file)
@@ -5,12 +5,17 @@ simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/event.h>
 
 
 \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
 \wxheading{Event table macros}
 
 To process a menu command event, use these event handler macros to direct input to member
@@ -157,6 +162,10 @@ deselection one. For the menu events, this method indicates if the menu item
 just has become checked or unchecked (and thus only makes sense for checkable
 menu items).
 
 just has become checked or unchecked (and thus only makes sense for checkable
 menu items).
 
+Notice that this method can \emph{not} be used with 
+\helpref{wxCheckListBox}{wxchecklistbox} currently.
+
+
 \membersection{wxCommandEvent::IsSelection}\label{wxcommandeventisselection}
 
 \func{bool}{IsSelection}{\void}
 \membersection{wxCommandEvent::IsSelection}\label{wxcommandeventisselection}
 
 \func{bool}{IsSelection}{\void}
@@ -181,7 +190,7 @@ that has longer life time than the event object.
 
 \membersection{wxCommandEvent::SetExtraLong}\label{wxcommandeventsetextralong}
 
 
 \membersection{wxCommandEvent::SetExtraLong}\label{wxcommandeventsetextralong}
 
-\func{void}{SetExtraLong}{\param{int}{ extraLong}}
+\func{void}{SetExtraLong}{\param{long}{ extraLong}}
 
 Sets the {\bf m\_extraLong} member.
 
 
 Sets the {\bf m\_extraLong} member.