- Inherits From:
- NSView
- Declared In:
- EDCanvas.h
NSColor *color;
BOOL drawsBezel;
color No description. drawsBezel No description.
Changing the canvas' appearance
- - setColor:
- - color
- - setDrawsBezel:
- - drawsBezel
- (NSColor *)color
Returns the receiver's color.
- (BOOL)drawsBezel
Returns whether the receiver draws a gray bezel along its bounds.
- (void)setColor:(NSColor *)aColor
Sets the receiver's color to aColor and redraws it if neccessary.
- (void)setDrawsBezel:(BOOL)flag
If set to YES the receiver draws a gray bezel along its bounds, if NO it just fills its bounds with the color.