X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f6c9085a50548c48d49874ff64c4928ba053c0c..9ceed261f809dacf8f64c2287c5de9e45d22e5cb:/interface/wx/pen.h diff --git a/interface/wx/pen.h b/interface/wx/pen.h index 0b617945d8..b90329c619 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -3,11 +3,14 @@ // Purpose: interface of wxPen* classes // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** 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 @@ -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