]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/colour.h
wxAny initial commit (closes #10932)
[wxWidgets.git] / interface / wx / colour.h
index 39b3081ec93e5cf540eddd8564e2d2103525fb31..36cbfb025becd743746821074ff08a19f46a90ea 100644 (file)
@@ -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;