X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/939dafa6d484d348d674f6cbd77c4a647599102c..91ee2f35203233984ecc1ba48e2e7fa0800d57a0:/interface/wx/pen.h diff --git a/interface/wx/pen.h b/interface/wx/pen.h index 0bcddb1248..54e12c02a0 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -8,6 +8,9 @@ /** The possible styles for a wxPen. + + Note that hatched pen styles are not supported by X11-based ports, + including wxGTK. */ enum wxPenStyle { @@ -134,6 +137,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 @@ -182,7 +186,7 @@ public: @param stipple A stipple bitmap. - @onlyfor{wxmsw,wxmac} + @onlyfor{wxmsw,wxosx} @see SetWidth(), SetStipple() */ @@ -389,6 +393,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