home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ibmodf.zip
/
SIMPLPRT.ZIP
/
PARTINFO.HPP
< prev
next >
Wrap
Text File
|
1995-03-09
|
394b
|
15 lines
#ifndef _PARTINFO_
#define _PARTINFO_
class PartInfoRec
{
public:
PartInfoRec() { fIsActive = kODFalse; fNeedsActivating = kODFalse; }
virtual ~PartInfoRec() { }
RGBColor bgColor;
HRGN bgClipRegion;
ODBoolean fIsActive; // Does this frame have its focus set?
ODBoolean fNeedsActivating; // should this be activated when its window is activated?
};
#endif