Up
Authors
- Ovidiu Predescu (
ovidiu@net-community.com
)
-
- Jonathan Gapen (
jagapen@smithlab.chem.wisc.edu
)
-
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSImageView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (
NSImage*)
image;
Availability: OpenStep
Description forthcoming.
- (
NSImageAlignment)
imageAlignment;
Availability: OpenStep
Description forthcoming.
- (
NSImageFrameStyle)
imageFrameStyle;
Availability: OpenStep
Description forthcoming.
- (
NSImageScaling)
imageScaling;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isEditable;
Availability: OpenStep
Description forthcoming.
- (void)
setEditable: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setImage: (
NSImage*)image;
Availability: OpenStep
Description forthcoming.
- (void)
setImageAlignment: (
NSImageAlignment)align;
Availability: OpenStep
Description forthcoming.
- (void)
setImageFrameStyle: (
NSImageFrameStyle)style;
Availability: OpenStep
Description forthcoming.
- (void)
setImageScaling: (
NSImageScaling)scaling;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSImageView Class
@protected SEL _action;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected id _target;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Up