]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk/font.h
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 3 Nov 2008 17:02:25 +0000 (17:02 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 3 Nov 2008 17:02:25 +0000 (17:02 +0000)
commit0c14b6c3241d48d9cc36a2fd0aeab0ba330d96de
treeecc8a1e34f6ab3f19192eda3665e2d3b89f78473
parente2ca6599064412d76ad84076b8ba90db8cfef65c
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
include/wx/cocoa/font.h
include/wx/defs.h
include/wx/dfb/font.h
include/wx/font.h
include/wx/gtk/font.h
include/wx/gtk1/font.h
include/wx/mgl/font.h
include/wx/motif/font.h
include/wx/msw/font.h
include/wx/os2/font.h
include/wx/osx/carbon/font.h
include/wx/palmos/font.h
include/wx/x11/font.h
src/cocoa/font.mm
src/common/fontcmn.cpp
src/dfb/font.cpp
src/gtk/font.cpp
src/gtk1/font.cpp
src/mgl/font.cpp
src/motif/dcclient.cpp
src/motif/font.cpp
src/msw/font.cpp
src/os2/font.cpp
src/osx/carbon/font.cpp
src/palmos/font.cpp
src/x11/font.cpp