home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CDisplayPane.h
-
- Header for CDisplayPane Panorama/EditText Class
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architectâ„¢ 9:40 PM Wed, Jun 8, 1994
-
- This file is only generated once. You can modify it by filling
- in the placeholder functions and adding any new functions you wish.
-
- If you change the name of the document class, a fresh version of this
- file will be generated. If you have made any changes to the file
- with the old name, you will have to copy those changes to the new
- file by hand.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CDisplayPane.h"
-
- class CDisplayPane : public x_CDisplayPane
- {
- public:
-
- TCL_DECLARE_CLASS
-
- /** Commands **/
- virtual void DoCommand(long theCommand);
-
- /** Object I/O **/
- virtual void PutTo(CStream &aStream);
- virtual void GetFrom(CStream &aStream);
- };
-