home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
IBMCLASS
/
ISLIDER.INL
< prev
next >
Wrap
Text File
|
1993-10-22
|
2KB
|
46 lines
#ifndef _ISLIDER_INL_
#define _ISLIDER_INL_ 0
/*******************************************************************************
* FILE NAME: islider.inl *
* *
* DESCRIPTION: *
* This file contains the definition of the inline functions for the *
* class(es) declared in islider.hpp. *
* *
* COPYRIGHT: *
* Licensed Materials - Property of IBM *
* (C) Copyright IBM Corporation 1992, 1993 *
* All Rights Reserved *
* US Government Users Restricted Rights - Use, duplication, or *
* disclosure *
* restricted by GSA ADP Schedule Contract with IBM Corp. *
* *
*******************************************************************************/
#ifndef _ISLIDER_
#undef _ISLIDER_INL_
#define _ISLIDER_INL_ 1
#include <islider.hpp>
#endif
#ifndef _ISTRING_
#include <istring.hpp>
#endif
#if _ISLIDER_INL_
#define inline
#endif
inline void IProgressIndicator :: setDefaultStyle(const IProgressIndicator::Style& style)
{
currentDefaultStyle = style;
}
inline void ISlider :: setDefaultStyle(const ISlider::Style& style)
{
currentDefaultStyle = style;
}
#endif // _ISLIDER_INL_