]>
git.saurik.com Git - wxWidgets.git/blob - src/mac/classic/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 /////////////////////////////////////////////////////////////////////////////
13 #include "wx/mac/fontdlg.h"
14 #include "wx/cmndata.h"
16 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog
, wxDialog
)
22 wxFontDialog::wxFontDialog()
24 m_dialogParent
= NULL
;
27 wxFontDialog::wxFontDialog(wxWindow
*parent
, const wxFontData
& data
)
32 bool wxFontDialog::Create(wxWindow
*parent
, const wxFontData
& data
)
34 m_dialogParent
= parent
;
38 // TODO: you may need to do dialog creation here, unless it's
43 int wxFontDialog::ShowModal()
45 // TODO: show (maybe create) the dialog