home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************
- * 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* );
- };
-