]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/gauge.h
resizeable dialogs support
[wxWidgets.git] / include / wx / msw / gauge.h
CommitLineData
2bda0e17
KB
1/////////////////////////////////////////////////////////////////////////////
2// Name: gauge.h
da87a1ca 3// Purpose: wxGauge header, includes gauge class headers as appropriate
2bda0e17
KB
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
bbcdf8bc
JS
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
2bda0e17
KB
10/////////////////////////////////////////////////////////////////////////////
11
bbcdf8bc
JS
12#ifndef _WX_GAUGE_H_
13#define _WX_GAUGE_H_
2bda0e17
KB
14
15#ifdef __GNUG__
16#pragma interface "gauge.h"
17#endif
18
da87a1ca
JS
19#ifdef __WIN95__
20#include "wx/msw/gauge95.h"
21#define wxGauge wxGauge95
8cb50e4b 22#define sm_classwxGauge sm_classwxGauge95
da87a1ca 23#else
201812a8 24#include "wx/msw/gaugemsw.h"
da87a1ca 25#define wxGauge wxGaugeMSW
8cb50e4b 26#define sm_classwxGauge sm_classwxGaugeMSW
2bda0e17
KB
27#endif
28
2bda0e17 29#endif
bbcdf8bc 30 // _WX_GAUGE_H_