]>
git.saurik.com Git - wxWidgets.git/blob - src/mac/carbon/fontdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxFontDialog class. NOTE: you can use the generic class
4 // if you wish, instead of implementing this.
5 // Author: Stefan Csomor
9 // Copyright: (c) Stefan Csomor
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
14 #pragma implementation "fontdlg.h"
17 #include "wx/mac/fontdlg.h"
18 #include "wx/cmndata.h"
20 #if !USE_SHARED_LIBRARY
21 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog
, wxDialog
)
28 wxFontDialog::wxFontDialog()
30 m_dialogParent
= NULL
;
33 wxFontDialog::wxFontDialog(wxWindow
*parent
, const wxFontData
& data
)
38 bool wxFontDialog::Create(wxWindow
*parent
, const wxFontData
& data
)
40 m_dialogParent
= parent
;
44 // TODO: you may need to do dialog creation here, unless it's
49 int wxFontDialog::ShowModal()
51 // TODO: show (maybe create) the dialog