X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd3f686c274a264e89ea97505350a82c1134f307..687d733769cc797102a52c7cad8edd32be5a2f89:/include/wx/stubs/colour.h diff --git a/include/wx/stubs/colour.h b/include/wx/stubs/colour.h index 47d0e2ac21..16ffdac9aa 100644 --- a/include/wx/stubs/colour.h +++ b/include/wx/stubs/colour.h @@ -72,6 +72,8 @@ public: } bool operator != (const wxColour& colour) { return !(*this == colour); } + void InitFromName(const wxString& col); + /* TODO WXCOLORREF GetPixel() const { return m_pixel; }; */