home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.5 KB | 55 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWWinPro.h
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWWINPRO_H
- #define FWWINPRO_H
-
- #ifndef PRWINPRO_H
- #include "PRWinPro.h"
- #endif
-
- // ----- Foundation Layer -----
-
- #ifndef FWEXCLIB_H
- #include "FWExcLib.h"
- #endif
-
- //========================================================================================
- // Forward Declarations
- //========================================================================================
-
- class ODFrame;
-
- //========================================================================================
- // class FW_CWindowProperties
- //========================================================================================
- // Obtains window properties from the storage unit referred to in the frame's
- // kODPropWindowProperties.
-
- class FW_CWindowProperties : public FW_SWindowProperties
- {
- public:
- FW_DECLARE_AUTO(FW_CWindowProperties)
-
- //----------------------------------------------------------------------------------------
- // Constructor/Destructor
- //
- public:
- FW_CWindowProperties();
- ~FW_CWindowProperties();
-
- //----------------------------------------------------------------------------------------
- // API
- //
- public:
- FW_Boolean ReadWindowProperties(Environment* ev, ODFrame* frame);
- };
-
- #endif
-