home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
starview
/
examples
/
tutorial
/
example4
/
about4.hxx
< prev
next >
Wrap
Text File
|
1992-07-31
|
536b
|
20 lines
/*******************************************************************
* ABOUT.HXX
* (c) 1992 STAR DIVISION
*******************************************************************/
// --- class AboutBox ----------------------------------------------
class AboutBox : public ModalDialog
{
private:
FixedText aText;
DefPushButton aButton;
public:
AboutBox( Window* pParent, ResId& rResId );
virtual void Paint( const Rectangle& );
void ButtonHdl( Button* );
};