]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colordlg.h
allows resetting color of text to black, closes #4826
[wxWidgets.git] / include / wx / colordlg.h
index 8fb0ff6af241fa48908285c70ee0e5d5fcf1cf87..d0aac1af88f7fa31bd580967e1e99687583c208c 100644 (file)
     #define wxColourDialog wxGenericColourDialog
 #endif
 
+class WXDLLIMPEXP_FWD_CORE wxColourData;
+
 // get the colour from user and return it
-wxColour WXDLLEXPORT
-wxGetColourFromUser(wxWindow *parent = (wxWindow *)NULL,
-                    const wxColour& colInit = wxNullColour, const wxString& caption = wxEmptyString);
+WXDLLIMPEXP_CORE wxColour wxGetColourFromUser(wxWindow *parent = (wxWindow *)NULL,
+                                              const wxColour& colInit = wxNullColour,
+                                              const wxString& caption = wxEmptyString,
+                                              wxColourData *data = NULL);
 
 #endif // wxUSE_COLOURDLG