]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/colordlg.tex
added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it...
[wxWidgets.git] / docs / latex / wx / colordlg.tex
index 98b10e34071baa01b0e08ca444da0e1e9e004abf..62d8caa1917c8488fd959a5c7b361589b2f8cd57 100644 (file)
@@ -15,16 +15,23 @@ This class represents the colour chooser dialog.
 
 \wxheading{See also}
 
-\helpref{wxColourDialog Overview}{wxcolourdialogoverview}, \helpref{wxColour}{wxcolour}, \helpref{wxColourData}{wxcolourdata}
+\helpref{wxColourDialog Overview}{wxcolourdialogoverview},\\
+\helpref{wxColour}{wxcolour},\\
+\helpref{wxColourData}{wxcolourdata},\\
+\helpref{wxGetColourFromUser}{wxgetcolourfromuser}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxColourDialog::wxColourDialog}
+\membersection{wxColourDialog::wxColourDialog}\label{wxcolourdialogwxcolourdialog}
 
 \func{}{wxColourDialog}{\param{wxWindow* }{parent}, \param{wxColourData* }{data = NULL}}
 
 Constructor. Pass a parent window, and optionally a pointer to a block of colour
-data, which will be copied to the colour dialog's colour data.
+data, which will be copied to the colour dialog's colour data. Custom
+colours from colour data object will be be used in dialog's colour palette.
+Invalid entries in custom colours list will be ignored on some platforms (GTK)
+or replaced with white colour on platforms where custom colours palette has
+fixed size (MSW).
 
 \wxheading{See also}
 
@@ -36,6 +43,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}