]> git.saurik.com Git - wxWidgets.git/commitdiff
Added toggle event
authorJulian Smart <julian@anthemion.co.uk>
Thu, 19 Jan 2006 09:36:57 +0000 (09:36 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 19 Jan 2006 09:36:57 +0000 (09:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdevent.tex
docs/latex/wx/tglbtn.tex

index 17fefdeb782be11264d7e253cbd00a088bd70529..2406164240a00697e92202260b97ff32adfbcbf7 100644 (file)
@@ -61,6 +61,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
index cbc0ff05e7eac9a9138e363563e1bb8e0d6f3957..4a3e23dc3ab7dce00c9d1f39d640cfe6dabee0b9 100644 (file)
@@ -42,7 +42,7 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Handles button click event.}
+\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Handles a toggle button click event.}
 \end{twocollist}
 
 \wxheading{See also}