Added internal wxHatchStyle enum.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 23:41:15 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 23:41:15 +0000 (23:41 +0000)
commitc17eafaaf1510f008f8114afa85a11f0f08d5570
tree52fb6bbe5d386d964e9b467ee417ab28dbe954f7
parente269b28e8e6a6f6934dcf650f4ad4410d2fab7bd
Added internal wxHatchStyle enum.

It's annoying that the same code for hatched pens and brushes can't be reused
without relying on deprecated wxXXX_HATCH constants, so add new,
non-deprecated, wxHatchStyle enum that can be used in such code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/brush.h
include/wx/defs.h
include/wx/pen.h
interface/wx/brush.h
interface/wx/pen.h