]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmltag.h
Add wxHtmlHelpController::SetShouldPreventAppExit().
[wxWidgets.git] / include / wx / html / htmltag.h
index 46f724cc788f1fcce784c50feb16c38519562b6c..79dc4d6988b123faae333bfedb330f219327212f 100644 (file)
@@ -97,6 +97,10 @@ public:
     //                           (or ("WhaT.jpg") if with_quotes == true)
     wxString GetParam(const wxString& par, bool with_quotes = false) const;
 
+    // Return true if the string could be parsed as an HTML colour and false
+    // otherwise.
+    static bool ParseAsColour(const wxString& str, wxColour *clr);
+
     // Convenience functions:
     bool GetParamAsColour(const wxString& par, wxColour *clr) const;
     bool GetParamAsInt(const wxString& par, int *clr) const;