]>
git.saurik.com Git - wxWidgets.git/blob - src/stubs/fontdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxFontDialog class
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "fontdlg.h"
16 #include "wx/fontdlg.h"
17 #include "wx/cmndata.h"
19 #if !USE_SHARED_LIBRARY
20 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog
, wxDialog
)
27 wxFontDialog::wxFontDialog()
29 m_dialogParent
= NULL
;
32 wxFontDialog::wxFontDialog(wxWindow
*parent
, wxFontData
*data
)
37 bool wxFontDialog::Create(wxWindow
*parent
, wxFontData
*data
)
39 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