X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/939dafa6d484d348d674f6cbd77c4a647599102c..71a0f42d2a5606098e3e7abbb50b9bb1cd718f9e:/interface/wx/brush.h?ds=sidebyside diff --git a/interface/wx/brush.h b/interface/wx/brush.h index 7af8e2f533..4cb38b8dd1 100644 --- a/interface/wx/brush.h +++ b/interface/wx/brush.h @@ -3,7 +3,7 @@ // Purpose: interface of wxBrush // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -89,6 +89,7 @@ enum wxBrushStyle @li ::wxBLUE_BRUSH @li ::wxCYAN_BRUSH @li ::wxGREEN_BRUSH + @li ::wxYELLOW_BRUSH @li ::wxGREY_BRUSH @li ::wxLIGHT_GREY_BRUSH @li ::wxMEDIUM_GREY_BRUSH @@ -244,6 +245,13 @@ wxBrush* wxBLUE_BRUSH; */ wxBrush* wxGREEN_BRUSH; +/** + Yellow brush. + Except for the color it has all standard attributes + (@c wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...). +*/ +wxBrush* wxYELLOW_BRUSH; + /** White brush. Except for the color it has all standard attributes