Up

NSImageCell

Authors

Jonathan Gapen( jagapen@smithlab.chem.wisc.edu )
The image cell class

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


Contents -

  1. Software documentation for the NSImageCell class

Software documentation for the NSImageCell class

NSImageCell : NSCell

Declared in:
AppKit/NSImageCell.h
Standards:

Description forthcoming.

Method summary

imageAlignment

- (NSImageAlignment) imageAlignment;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


imageFrameStyle

- (NSImageFrameStyle) imageFrameStyle;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


imageScaling

- (NSImageScaling) imageScaling;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImageAlignment:

- (void) setImageAlignment: (NSImageAlignment)anAlignment;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImageFrameStyle:

- (void) setImageFrameStyle: (NSImageFrameStyle)aFrameStyle;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImageScaling:

- (void) setImageScaling: (NSImageScaling)scaling;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up