X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..0b165ed6b209ea9f5ddd7bfb1813c6f0718a9a3d:/docs/latex/wx/colordlg.tex

diff --git a/docs/latex/wx/colordlg.tex b/docs/latex/wx/colordlg.tex
index 332f344a02..1d0a57e4f3 100644
--- a/docs/latex/wx/colordlg.tex
+++ b/docs/latex/wx/colordlg.tex
@@ -9,13 +9,17 @@ This class represents the colour chooser dialog.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/colordlg.h>
+
 \wxheading{See also}
 
 \helpref{wxColourDialog Overview}{wxcolourdialogoverview}, \helpref{wxColour}{wxcolour}, \helpref{wxColourData}{wxcolourdata}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxColourDialog::wxColourDialog}
+\membersection{wxColourDialog::wxColourDialog}\label{wxcolourdialogwxcolourdialog}
 
 \func{}{wxColourDialog}{\param{wxWindow* }{parent}, \param{wxColourData* }{data = NULL}}
 
@@ -32,6 +36,12 @@ data, which will be copied to the colour dialog's colour data.
 
 Destructor.
 
+\membersection{wxColourDialog::Create}
+
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxColourData* }{data = NULL}}
+
+Same as \helpref{constructor}{wxcolourdialogwxcolourdialog}.
+
 \membersection{wxColourDialog::GetColourData}
 
 \func{wxColourData\&}{GetColourData}{\void}