// $Revision: 1.3 $ // Copyright (c) 1995 Taligent, Inc. All rights reserved. #ifndef TaligentSamples_SAMPLETEXTVIEW #define TaligentSamples_SAMPLETEXTVIEW #ifndef Taligent_TEXTVIEW #include #endif class TSampleTextView : public TSimpleTextView { public: MCollectibleDeclarationsMacro(TSampleTextView); TSampleTextView(MTextRepresentation*); virtual ~TSampleTextView(); protected: TSampleTextView(); TSampleTextView(const TSampleTextView&); virtual TSelectTextInteractor* HandleCreateSelectTextInteractor(); }; #endif // TaligentSamples_SAMPLETEXTVIEW