X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..b41f29c357205531670a156b67247b9345688150:/docs/latex/wx/colordlg.tex diff --git a/docs/latex/wx/colordlg.tex b/docs/latex/wx/colordlg.tex index 98b10e3407..62d8caa191 100644 --- a/docs/latex/wx/colordlg.tex +++ b/docs/latex/wx/colordlg.tex @@ -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}