1998-08-14 20:23:28 -04:00
|
|
|
#ifndef _WX_FONTDLG_H_BASE_
|
|
|
|
#define _WX_FONTDLG_H_BASE_
|
1998-05-20 10:01:55 -04:00
|
|
|
|
2001-06-26 16:59:19 -04:00
|
|
|
#if wxUSE_FONTDLG
|
|
|
|
|
2001-07-04 14:27:43 -04:00
|
|
|
#if defined(__WXUNIVERSAL__) || defined(__WXMOTIF__) || defined(__WXMAC__)
|
|
|
|
# include "wx/generic/fontdlgg.h"
|
1998-08-07 16:23:17 -04:00
|
|
|
# define wxFontDialog wxGenericFontDialog
|
1998-09-12 13:31:48 -04:00
|
|
|
# define sm_classwxFontDialog sm_classwxGenericFontDialog
|
2001-07-04 14:27:43 -04:00
|
|
|
#elif defined(__WXMSW__)
|
|
|
|
# include "wx/msw/fontdlg.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXGTK__)
|
2001-07-04 14:27:43 -04:00
|
|
|
# include "wx/gtk/fontdlg.h"
|
1999-07-27 23:38:12 -04:00
|
|
|
#elif defined(__WXPM__)
|
2001-07-04 14:27:43 -04:00
|
|
|
# include "wx/os2/fontdlg.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#endif
|
|
|
|
|
2001-06-26 16:59:19 -04:00
|
|
|
#endif // wxUSE_FONTDLG
|
|
|
|
|
1998-05-20 10:01:55 -04:00
|
|
|
#endif
|
1998-08-14 20:23:28 -04:00
|
|
|
// _WX_FONTDLG_H_BASE_
|