X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f6c9085a50548c48d49874ff64c4928ba053c0c..178c77606f3186250b42685ca752d0bc34cd02e9:/interface/wx/pen.h diff --git a/interface/wx/pen.h b/interface/wx/pen.h index 0b617945d8..e5128cc519 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -134,6 +134,7 @@ enum wxPenCap @li ::wxBLUE_PEN @li ::wxCYAN_PEN @li ::wxGREEN_PEN + @li ::wxYELLOW_PEN @li ::wxGREY_PEN @li ::wxLIGHT_GREY_PEN @li ::wxMEDIUM_GREY_PEN @@ -389,6 +390,13 @@ wxPen* wxCYAN_PEN; */ wxPen* wxGREEN_PEN; +/** + Yellow pen. + Except for the color it has all standard attributes + (1-pixel width, @c wxPENSTYLE_SOLID and @c wxCAP_ROUND styles, etc...). +*/ +wxPen* wxYELLOW_PEN; + /** Black pen. Except for the color it has all standard attributes