Up
Authors
- Jonathan Gapen(
jagapen@smithlab.chem.wisc.edu
)
-
The image cell class
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSImageCell.h
Standards:
Description forthcoming.
Method summary
- (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.
- (void) setImageAlignment: (NSImageAlignment)anAlignment;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImageFrameStyle: (NSImageFrameStyle)aFrameStyle;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImageScaling: (NSImageScaling)scaling;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up