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
- (BOOL)
allowsCutCopyPaste;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (BOOL)
animates;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (
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)
setAllowsCutCopyPaste: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setAnimates: (BOOL)flag;
Availability: MacOS-X 10.3.0
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;
Availability: OpenStep
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;
Availability: OpenStep
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 struct GSImageViewFlagsType struct GSImageViewFlagsType;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSImageView.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (BOOL)
initiatesDrag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setInitiatesDrag: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up