Up

NSCustomImageRep

Authors

Adam Fedor( fedor@colorado.edu )
Custom image representation.

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSCustomImageRep class

Software documentation for the NSCustomImageRep class

NSCustomImageRep : NSImageRep

Declared in:
AppKit/NSCustomImageRep.h
Standards:

Description forthcoming.

Method summary

delegate

- (id) delegate;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawSelector

- (SEL) drawSelector;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithDrawSelector:delegate:

- (id) initWithDrawSelector: (SEL)aSelector delegate: (id)anObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up