home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1995 March / PCD_395.iso / starview / pm2blci / german / about3.hx_ / ABOUT3.HXX
Encoding:
Text File  |  1994-01-18  |  486 b   |  19 lines

  1. /*******************************************************************
  2. *  ABOUT3.HXX
  3. *  (c) 1992-1994 STAR DIVISION
  4. *******************************************************************/
  5.  
  6. // --- class AboutBox ----------------------------------------------
  7.  
  8. class AboutBox : public ModalDialog
  9. {
  10. private:
  11.     FixedText       aText;
  12.     OKButton        aOKButton;
  13.  
  14. public:
  15.                     AboutBox( Window* pParent );
  16.  
  17.     virtual void    Paint( const Rectangle& );
  18. };
  19.