1998-08-14 20:23:28 -04:00
|
|
|
#ifndef _WX_PRINTDLG_H_BASE_
|
|
|
|
#define _WX_PRINTDLG_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/printdlg.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXMOTIF__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/generic/prntdlgg.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXGTK__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/generic/prntdlgg.h"
|
1998-08-14 20:23:28 -04:00
|
|
|
#elif defined(__WXQT__)
|
|
|
|
#include "wx/generic/prntdlgg.h"
|
|
|
|
#elif defined(__WXMAC__)
|
1998-10-07 07:04:27 -04:00
|
|
|
#include "wx/mac/printdlg.h"
|
1999-07-27 23:38:12 -04:00
|
|
|
#elif defined(__WXPM__)
|
1999-10-12 18:49:24 -04:00
|
|
|
#include "wx/generic/prntdlgg.h"
|
1998-10-07 07:04:27 -04:00
|
|
|
#elif defined(__WXSTUBS__)
|
1998-08-14 20:23:28 -04:00
|
|
|
#include "wx/generic/prntdlgg.h"
|
1998-10-07 07:04:27 -04:00
|
|
|
#endif
|
|
|
|
|
1999-10-12 18:49:24 -04:00
|
|
|
#if !defined(__WXMSW__) && !defined(__WXMAC__)
|
1998-10-07 07:04:27 -04:00
|
|
|
#define wxPrintDialog wxGenericPrintDialog
|
|
|
|
#define sm_classwxPrintDialog sm_classwxGenericPrintDialog
|
|
|
|
|
|
|
|
#define wxPrintSetupDialog wxGenericPrintSetupDialog
|
|
|
|
#define sm_classwxPrintSetupDialog sm_classwxGenericPrintSetupDialog
|
|
|
|
|
|
|
|
#define wxPageSetupDialog wxGenericPageSetupDialog
|
|
|
|
#define sm_classwxPageSetupDialog sm_classwxGenericPageSetupDialog
|
1998-05-20 10:01:55 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
1998-08-14 20:23:28 -04:00
|
|
|
// _WX_PRINTDLG_H_BASE_
|