]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/fontdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/fontdlg.cpp
3 // Purpose: wxFontDialog class
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
21 #pragma implementation "fontdlg.h"
24 // For compilers that support precompilation, includes "wx.h".
25 #include "wx/wxprec.h"
36 #include "wx/dialog.h"
40 #include "wx/fontdlg.h"
41 #include "wx/palmos/private.h"
43 #include "wx/cmndata.h"
49 // ----------------------------------------------------------------------------
51 // ----------------------------------------------------------------------------
53 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog
, wxDialog
)
55 // ============================================================================
57 // ============================================================================
59 // ----------------------------------------------------------------------------
61 // ----------------------------------------------------------------------------
63 int wxFontDialog::ShowModal()
68 #endif // wxUSE_FONTDLG