X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/939dafa6d484d348d674f6cbd77c4a647599102c..e4390488750913546698147eace7c878edcd233f:/interface/wx/brush.h diff --git a/interface/wx/brush.h b/interface/wx/brush.h index 7af8e2f533..945f1d7487 100644 --- a/interface/wx/brush.h +++ b/interface/wx/brush.h @@ -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