X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e75cc48cae3ae8bd0d429087389a14178350cec..a75124d0da255513e83d2e62f963dd849829466b:/docs/latex/wx/cmdevent.tex diff --git a/docs/latex/wx/cmdevent.tex b/docs/latex/wx/cmdevent.tex index 17fefdeb78..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 @@ -61,6 +66,7 @@ such events.} which is generated by a wxTextCtrl control when the user tries to enter more characters into it than the limit previously set with \helpref{SetMaxLength}{wxtextctrlsetmaxlength}.} +\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Process a wxEVT\_COMMAND\_TOGGLEBUTTON\_CLICKED event.} \twocolitem{{\bf EVT\_TOOL(id, func)}}{Process a wxEVT\_COMMAND\_TOOL\_CLICKED event (a synonym for wxEVT\_COMMAND\_MENU\_SELECTED). Pass the id of the tool.} \twocolitem{{\bf EVT\_TOOL\_RANGE(id1, id2, func)}}{Process a wxEVT\_COMMAND\_TOOL\_CLICKED event @@ -156,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} @@ -180,7 +190,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.