]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colour.h
put the useable border styles in one place
[wxWidgets.git] / include / wx / colour.h
index 14020d84f345033a2e3eb35ad788dd1a7f02724f..afe6371475551745b7588cf3d6b626e353ef4f6a 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/gdiobj.h"
 
 
-class WXDLLEXPORT wxColour;
+class WXDLLIMPEXP_FWD_CORE wxColour;
 
 // the standard wxColour constructors;
 // this macro avoids to repeat these lines across all colour.h files, since
@@ -122,6 +122,11 @@ protected:
 };
 
 
+// wxColour <-> wxString utilities, used by wxConfig, defined in colourcmn.cpp
+WXDLLIMPEXP_CORE wxString wxToString(const wxColourBase& col);
+WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxColourBase* col);
+
+
 
 #if defined(__WXPALMOS__)
     #include "wx/generic/colour.h"