]> git.saurik.com Git - wxWidgets.git/commit - src/mgl/pen.cpp
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remov...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 16 Mar 2008 21:11:12 +0000 (21:11 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 16 Mar 2008 21:11:12 +0000 (21:11 +0000)
commit82cddbd97a4dfbd0dcf5c44c9336173d6dd386ef
tree39bfff59a9a0cebec525023514f69220494f6ef6
parentd36dbec9c6b6559a597f10794617c21a344e5575
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 files changed:
docs/changes.txt
include/wx/brush.h
include/wx/button.h
include/wx/cocoa/pen.h
include/wx/defs.h
include/wx/dfb/pen.h
include/wx/font.h
include/wx/gdicmn.h
include/wx/gtk/pen.h
include/wx/gtk1/pen.h
include/wx/mac/carbon/pen.h
include/wx/mgl/pen.h
include/wx/msw/pen.h
include/wx/os2/pen.h
include/wx/palmos/pen.h
include/wx/pen.h
include/wx/x11/pen.h
src/common/gdicmn.cpp
src/dfb/pen.cpp
src/gtk/pen.cpp
src/gtk1/pen.cpp
src/mac/carbon/pen.cpp
src/mgl/pen.cpp
src/msw/pen.cpp
src/os2/pen.cpp
src/palmos/pen.cpp
src/x11/pen.cpp