X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7bd26981f1c8d46d3909e3de90df081de4df33b..42ff6409d9aff9ba1b771842a256feaeb40e28cd:/docs/latex/wx/button.tex diff --git a/docs/latex/wx/button.tex b/docs/latex/wx/button.tex index 5abd58966e..4b92248274 100644 --- a/docs/latex/wx/button.tex +++ b/docs/latex/wx/button.tex @@ -18,6 +18,14 @@ There are no special styles for wxButton. See also \helpref{window styles overview}{windowstyles}. +\wxheading{Event handling} + +\twocolwidtha{7cm}% +\begin{twocollist}\itemsep=0pt +\twocolitem{{\bf EVT\_BUTTON(id, func)}}{Process a wxEVT\_COMMAND\_BUTTON\_CLICKED event, +when the button is clicked.} +\end{twocollist} + \wxheading{See also} \helpref{wxBitmapButton}{wxbitmapbutton}