]> git.saurik.com Git - wxWidgets.git/blame - include/wx/xpmhand.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / include / wx / xpmhand.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/xpmhand.h
3// Purpose: XPM handler base header
4// Author: Julian Smart
5// Modified by:
6// Created:
99d80019
JS
7// Copyright: (c) Julian Smart
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
2fd284a4
JS
11#ifndef _WX_XPMHAND_H_BASE_
12#define _WX_XPMHAND_H_BASE_
13
1777b9bb
DW
14// Only wxMSW and wxPM currently defines a separate XPM handler, since
15// mostly Windows and Presentation Manager apps won't need XPMs.
2fd284a4 16#if defined(__WXMSW__)
e797067c 17#error xpmhand.h is no longer needed since wxImage now handles XPMs.
2fd284a4 18#endif
1777b9bb
DW
19#if defined(__WXPM__)
20#include "wx/os2/xpmhand.h"
21#endif
2fd284a4
JS
22
23#endif
24 // _WX_XPMHAND_H_BASE_