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
Standards:
Description forthcoming.
Method summary
- (NSImage*) image;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSImageAlignment) imageAlignment;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSImageFrameStyle) imageFrameStyle;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSImageScaling) imageScaling;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isEditable;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setEditable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImage: (NSImage*)image;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImageAlignment: (NSImageAlignment)align;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImageFrameStyle: (NSImageFrameStyle)style;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImageScaling: (NSImageScaling)scaling;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up