]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/slider.h
stray #include "wincmn.cpp" removed
[wxWidgets.git] / include / wx / msw / slider.h
CommitLineData
2bda0e17
KB
1/////////////////////////////////////////////////////////////////////////////
2// Name: slider.h
da87a1ca 3// Purpose: wxSlider header, includes slider class headers as appropriate
2bda0e17
KB
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart and Markus Holzem
9// Licence: wxWindows license
10/////////////////////////////////////////////////////////////////////////////
11
da87a1ca
JS
12#ifndef _SLIDER_H_
13#define _SLIDER_H_
2bda0e17
KB
14
15#ifdef __GNUG__
16#pragma interface "slider.h"
17#endif
18
da87a1ca
JS
19#ifdef __WIN95__
20#include "wx/msw/slider95.h"
21#define wxSlider wxSlider95
22#define classwxSlider classwxSlider95
23#else
24#include "wx/msw/slidrmsw.h"
25#define wxSlider wxSliderMSW
26#define classwxSlider classwxSliderMSW
2bda0e17
KB
27#endif
28
2bda0e17 29#endif
da87a1ca 30 // _SLIDER_H_