Additional wx*_HATCH styles comment.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1808,12 +1808,13 @@ enum
|
|||||||
wxSTIPPLE_MASK, /* mask is used for masking areas in the stipple bitmap (TO DO) */
|
wxSTIPPLE_MASK, /* mask is used for masking areas in the stipple bitmap (TO DO) */
|
||||||
/* drawn with a Pen, and without any Brush -- and it can be stippled. */
|
/* drawn with a Pen, and without any Brush -- and it can be stippled. */
|
||||||
wxSTIPPLE = 110,
|
wxSTIPPLE = 110,
|
||||||
wxBDIAGONAL_HATCH,
|
|
||||||
wxCROSSDIAG_HATCH,
|
wxBDIAGONAL_HATCH, /* In wxWidgets < 2.6 use WX_HATCH macro */
|
||||||
wxFDIAGONAL_HATCH,
|
wxCROSSDIAG_HATCH, /* to verify these wx*_HATCH are in style */
|
||||||
wxCROSS_HATCH,
|
wxFDIAGONAL_HATCH, /* of wxBrush. In wxWidgets >= 2.6 use */
|
||||||
wxHORIZONTAL_HATCH,
|
wxCROSS_HATCH, /* wxBrush::IsHatch() instead. */
|
||||||
wxVERTICAL_HATCH,
|
wxHORIZONTAL_HATCH, /* Adding new hatch styles remember to */
|
||||||
|
wxVERTICAL_HATCH, /* adjust style check accordingly. */
|
||||||
|
|
||||||
wxJOIN_BEVEL = 120,
|
wxJOIN_BEVEL = 120,
|
||||||
wxJOIN_MITER,
|
wxJOIN_MITER,
|
||||||
|
Reference in New Issue
Block a user