]> git.saurik.com Git - wxWidgets.git/blame - include/wx/print.h
check the item id validity in SetItem()
[wxWidgets.git] / include / wx / print.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/print.h
3// Purpose: Base header for printer classes
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows Licence
10/////////////////////////////////////////////////////////////////////////////
11
34138703
JS
12#ifndef _WX_PRINT_H_BASE_
13#define _WX_PRINT_H_BASE_
c801d85f 14
e81e3883 15#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
c801d85f 16
e81e3883 17#include "wx/msw/printwin.h"
c801d85f 18
e7549107
SC
19#elif defined(__WXMAC__)
20
21#include "wx/mac/printmac.h"
22
f23b6f74
JS
23#elif defined(__WXPM__)
24
25#include "wx/os2/printos2.h"
26
c801d85f 27#else
c801d85f 28
e81e3883 29#include "wx/generic/printps.h"
c801d85f
KB
30
31#endif
32
33
34#endif
34138703 35 // _WX_PRINT_H_BASE_