Up

NSImageView

Authors

Ovidiu Predescu( ovidiu@net-community.com )
Jonathan Gapen( jagapen@smithlab.chem.wisc.edu )

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


Contents -

  1. Software documentation for the NSImageView class

Software documentation for the NSImageView class

NSImageView : NSControl

Declared in:
AppKit/NSImageView.h
Standards:

Description forthcoming.

Method summary

image

- (NSImage*) image;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


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.


isEditable

- (BOOL) isEditable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setEditable:

- (void) setEditable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImage:

- (void) setImage: (NSImage*)image;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImageAlignment:

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

Description forthcoming.


setImageFrameStyle:

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

Description forthcoming.


setImageScaling:

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

Description forthcoming.



Up