X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e75cc48cae3ae8bd0d429087389a14178350cec..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/cmdevent.tex diff --git a/docs/latex/wx/cmdevent.tex b/docs/latex/wx/cmdevent.tex index 17fefdeb78..2d3acfa091 100644 --- a/docs/latex/wx/cmdevent.tex +++ b/docs/latex/wx/cmdevent.tex @@ -11,6 +11,10 @@ simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl} +\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 +65,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 @@ -180,7 +185,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.