Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
UGrayFillAdorner.h
// Copyright © 1991-92 Apple Computer, Inc. All rights reserved. |
// UGrayfillAdorner.h |
// Kent Sandvik DTS |
// This file contains the TGrayFill class, the gray background |
// adornment in the window |
// |
// <1> khs 1.0 First final version |
#ifndef __UGRAYFILLADORNER__ |
#define __UGRAYFILLADORNER__ |
#ifndef __UAEGESTALT__ |
#include "UAEGestalt.h" |
#endif |
DeclareClassDesc(TGrayFill); |
class TGrayFill : public TAdorner |
{ |
DeclareClass(TGrayFill); |
public: |
TGrayFill(); |
virtual void Draw(TView* itsView, |
const VRect& /*area*/); |
}; |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14