]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colordlg.h
(blind) fixes for Motif compilation
[wxWidgets.git] / include / wx / colordlg.h
index 4f322491404907a7ca9e0856390f9a2a2daafc9b..984ce43dc84f43764a4f7b2b8db647b7f84b28f6 100644 (file)
@@ -22,5 +22,9 @@
 #define sm_classwxColourDialog sm_classwxGenericColourDialog
 #endif
 
+// get the colour from user and return it
+wxColour WXDLLEXPORT wxGetColourFromUser(wxWindow *parent = (wxWindow *)NULL,
+                                         const wxColour& colInit = wxNullColour);
+
 #endif
     // _WX_COLORDLG_H_BASE_