]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/clrpicker.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / clrpicker.tex
index 017fca0e3ecbbba74b6a77c1d6359428db9b0b96..f3874e62f2ab3cf68e2b62b38a374bab282a060c 100644 (file)
@@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_COLOURPICKERCTRL} is set to $1$ (the defa
 
 <wx/clrpicker.h>
 
+\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
@@ -59,7 +66,7 @@ the user's input is valid, i.e. recognizable). }
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxColourPickerCtrl::wxColourPickerCtrl}\label{wxcolourpickerctrl}
+\membersection{wxColourPickerCtrl::wxColourPickerCtrl}\label{wxcolourpickerctrlctor}
 
 \func{}{wxColourPickerCtrl}{\param{wxWindow *}{parent},\rtfsp
 \param{wxWindowID}{ id},\rtfsp
@@ -143,6 +150,10 @@ This event class is used for the events generated by
 
 <wx/clrpicker.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event handling}
 
 To process input from a wxColourPickerCtrl, use one of these event handler macros to