Add wxFontDialog ctor not taking wxFontData to wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Feb 2012 14:19:34 +0000 (14:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Feb 2012 14:19:34 +0000 (14:19 +0000)
commitd05ff890b4e796f06e9de5829632b567e7219725
treeedcaf0550a6be94d25cb4bc62d8a2c369ed589e5
parent7f15deea6d6e45b3ae37d4e1402ac9ce044305eb
Add wxFontDialog ctor not taking wxFontData to wxOSX.

wxFontDialog should have ctor and Create() overload taking just wxWindow
parent in addition to the one taking parent and wxFontData used to initialize
the dialog but it didn't have them in wxOSX, do add them now.

Closes #13908.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/fontdlg.h
src/osx/carbon/fontdlg.cpp
src/osx/carbon/fontdlgosx.mm