home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************
- * ABOUT3.HXX
- * (c) 1992-1994 STAR DIVISION
- *******************************************************************/
-
- // --- class AboutBox ----------------------------------------------
-
- class AboutBox : public ModalDialog
- {
- private:
- FixedText aText;
- OKButton aOKButton;
-
- public:
- AboutBox( Window* pParent );
-
- virtual void Paint( const Rectangle& );
- };
-