X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..04558943953dd545e6000816877f54e0128e5879:/interface/wx/colour.h diff --git a/interface/wx/colour.h b/interface/wx/colour.h index 39b3081ec9..36cbfb025b 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -41,6 +41,7 @@ - ::wxBLUE - ::wxCYAN - ::wxGREEN + - ::wxYELLOW - ::wxLIGHT_GREY - ::wxRED - ::wxWHITE @@ -164,15 +165,12 @@ public: */ bool operator !=(const wxColour& colour) const; - //@{ /** Assignment operator, using a colour name to be found in the colour database. @see wxColourDatabase */ wxColour& operator=(const wxColour& colour); - wxColour& operator=(const wxColour& colour); - //@} /** Tests the equality of two colours by comparing individual red, green, blue @@ -189,6 +187,7 @@ wxColour* wxBLACK; wxColour* wxBLUE; wxColour* wxCYAN; wxColour* wxGREEN; +wxColour* wxYELLOW; wxColour* wxLIGHT_GREY; wxColour* wxRED; wxColour* wxWHITE;