X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34c07b8b63651e46aabb7809c25d95dd40736687..74fe973bba96bbc36abe8fda44ae23bebcd7a4cc:/docs/latex/wx/clrpicker.tex diff --git a/docs/latex/wx/clrpicker.tex b/docs/latex/wx/clrpicker.tex index 017fca0e3e..1843b6d343 100644 --- a/docs/latex/wx/clrpicker.tex +++ b/docs/latex/wx/clrpicker.tex @@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_COLOURPICKERCTRL} is set to $1$ (the defa +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm}% @@ -43,6 +47,9 @@ The text control is automatically synchronized with button's value. Use function \wxheading{Event handling} +To process a colour picker event, use these event handler macros to direct input to member +functions that take a \helpref{wxColourPickerEvent}{wxcolourpickerevent} argument. + \twocolwidtha{7cm}% \begin{twocollist}\itemsep=0pt \twocolitem{{\bf EVT\_COLOURPICKER\_CHANGED(id, func)}}{The user changed the @@ -143,6 +150,10 @@ This event class is used for the events generated by +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event handling} To process input from a wxColourPickerCtrl, use one of these event handler macros to