add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
- ::wxBLUE
|
||||
- ::wxCYAN
|
||||
- ::wxGREEN
|
||||
- ::wxYELLOW
|
||||
- ::wxLIGHT_GREY
|
||||
- ::wxRED
|
||||
- ::wxWHITE
|
||||
@@ -186,6 +187,7 @@ wxColour* wxBLACK;
|
||||
wxColour* wxBLUE;
|
||||
wxColour* wxCYAN;
|
||||
wxColour* wxGREEN;
|
||||
wxColour* wxYELLOW;
|
||||
wxColour* wxLIGHT_GREY;
|
||||
wxColour* wxRED;
|
||||
wxColour* wxWHITE;
|
||||
|
Reference in New Issue
Block a user