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
|
|
|
|
1998-07-10 10:15:17 -04:00
|
|
|
#if defined(__WXMSW__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/msw/fontdlg.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXMOTIF__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#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
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXGTK__)
|
1999-08-24 16:26:06 -04:00
|
|
|
#include "wx/gtk/fontdlg.h"
|
1998-08-07 16:23:17 -04:00
|
|
|
#elif defined(__WXQT__)
|
|
|
|
#include "wx/generic/fontdlgg.h"
|
|
|
|
# define wxFontDialog wxGenericFontDialog
|
1998-09-12 13:31:48 -04:00
|
|
|
# define sm_classwxFontDialog sm_classwxGenericFontDialog
|
1998-08-14 20:23:28 -04:00
|
|
|
#elif defined(__WXMAC__)
|
|
|
|
#include "wx/generic/fontdlgg.h"
|
|
|
|
# define wxFontDialog wxGenericFontDialog
|
1998-09-12 13:31:48 -04:00
|
|
|
# define sm_classwxFontDialog sm_classwxGenericFontDialog
|
1999-07-27 23:38:12 -04:00
|
|
|
#elif defined(__WXPM__)
|
1999-10-07 00:44:22 -04:00
|
|
|
#include "wx/os2/fontdlg.h"
|
1998-08-14 20:23:28 -04:00
|
|
|
#elif defined(__WXSTUBS__)
|
|
|
|
#include "wx/generic/fontdlgg.h"
|
|
|
|
# define wxFontDialog wxGenericFontDialog
|
1998-09-12 13:31:48 -04:00
|
|
|
# define sm_classwxFontDialog sm_classwxGenericFontDialog
|
1998-05-20 10:01:55 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
1998-08-14 20:23:28 -04:00
|
|
|
// _WX_FONTDLG_H_BASE_
|