]> 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 f7f00a9b4b729d68b1a85b34cfc989ca2dd8a176..62d8caa1917c8488fd959a5c7b361589b2f8cd57 100644 (file)
@@ -27,7 +27,11 @@ This class represents the colour chooser dialog.
 \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}