1998-05-20 10:01:55 -04:00
|
|
|
#ifndef __FONTDLGH_BASE__
|
|
|
|
#define __FONTDLGH_BASE__
|
|
|
|
|
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
|
|
|
|
# define classwxFontDialog classwxGenericFontDialog
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXGTK__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/generic/fontdlgg.h"
|
1998-07-27 19:01:43 -04:00
|
|
|
# define wxFontDialog wxGenericFontDialog
|
|
|
|
# define classwxFontDialog classwxGenericFontDialog
|
1998-08-07 16:23:17 -04:00
|
|
|
#elif defined(__WXQT__)
|
|
|
|
#include "wx/generic/fontdlgg.h"
|
|
|
|
# define wxFontDialog wxGenericFontDialog
|
|
|
|
# define classwxFontDialog classwxGenericFontDialog
|
1998-05-20 10:01:55 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// __FONTDLGH_BASE__
|