X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be0ba55041c16e8e63ffe98e3b2d7c8da583a63d..42d9ad7949254ed53f89ad6306dcb2a266bfffb3:/docs/latex/wx/cmdevent.tex diff --git a/docs/latex/wx/cmdevent.tex b/docs/latex/wx/cmdevent.tex index 38affb2830..140adfc55a 100644 --- a/docs/latex/wx/cmdevent.tex +++ b/docs/latex/wx/cmdevent.tex @@ -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} +\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 @@ -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). +Notice that this method can \emph{not} be used with +\helpref{wxCheckListBox}{wxchecklistbox} currently. + + \membersection{wxCommandEvent::IsSelection}\label{wxcommandeventisselection} \func{bool}{IsSelection}{\void}