fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 May 2002 19:35:33 +0000 (19:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 May 2002 19:35:33 +0000 (19:35 +0000)
commitdbc65e2760f79e0296c7e8b49ec6791d62070d3e
tree18d07e203c9e7599c0be978d500fc79e1209131d
parentc42a91829519b306f3d423e1f671d5291e5bbc3d
fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/fontdlg.tex
include/wx/fontdlg.h
include/wx/gtk/fontdlg.h
include/wx/gtk1/fontdlg.h [copied from include/wx/gtk/fontdlg.h with 50% similarity]
include/wx/msw/fontdlg.h
samples/dialogs/dialogs.cpp
src/common/cmndata.cpp
src/gtk/fontdlg.cpp
src/gtk1/fontdlg.cpp
src/msw/fontdlg.cpp