]>
git.saurik.com Git - wxWidgets.git/blob - src/stubs/fontdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxFontDialog class. NOTE: you can use the generic class
4 // if you wish, instead of implementing this.
9 // Copyright: (c) AUTHOR
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
14 #pragma implementation "fontdlg.h"
17 #include "wx/stubs/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
, wxFontData
*data
)
38 bool wxFontDialog::Create(wxWindow
*parent
, wxFontData
*data
)
40 m_dialogParent
= parent
;
45 // TODO: you may need to do dialog creation here, unless it's
50 int wxFontDialog::ShowModal()
52 // TODO: show (maybe create) the dialog