]>
git.saurik.com Git - wxWidgets.git/blob - src/motif/fontdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxFontDialog class. NOTE: you can use the generic class
4 // if you wish, instead of implementing this.
5 // Author: Julian Smart
9 // Copyright: (c) Julian Smart
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
14 #pragma implementation "fontdlg.h"
17 #include "wx/motif/fontdlg.h"
18 #include "wx/cmndata.h"
20 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog
, wxDialog
)
26 wxFontDialog::wxFontDialog()
28 m_dialogParent
= NULL
;
31 wxFontDialog::wxFontDialog(wxWindow
*parent
, wxFontData
*data
)
36 bool wxFontDialog::Create(wxWindow
*parent
, wxFontData
*data
)
38 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