]>
git.saurik.com Git - wxWidgets.git/blob - src/mac/classic/fontdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/mac/classic/fontdlg.cpp
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 /////////////////////////////////////////////////////////////////////////////
13 #include "wx/wxprec.h"
15 #include "wx/mac/fontdlg.h"
18 #include "wx/cmndata.h"
21 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog
, wxDialog
)
27 wxFontDialog::wxFontDialog()
29 m_dialogParent
= NULL
;
32 wxFontDialog::wxFontDialog(wxWindow
*parent
, const wxFontData
& data
)
37 bool wxFontDialog::Create(wxWindow
*parent
, const wxFontData
& data
)
39 m_dialogParent
= parent
;
43 // TODO: you may need to do dialog creation here, unless it's
48 int wxFontDialog::ShowModal()
50 // TODO: show (maybe create) the dialog