IBViewProtocol documentation

Authors

Generated by buildd

Software documentation for the IBViewProtocol protocol

IBViewProtocol

Declared in:
InterfaceBuilder/IBViewProtocol.h
Description forthcoming.
Method summary

acceptsColor: atPoint: 

- (BOOL) acceptsColor: (NSColor*)color atPoint: (NSPoint)point;
Returns YES, if color can be set at the given point in the view.

allowsAltDragging 

- (BOOL) allowsAltDragging;
Returns YES if receiver can be alt-dragged.

depositColor: atPoint: 

- (void) depositColor: (NSColor*)color atPoint: (NSPoint)point;
Sets color at point in the receiver.

maximumSizeFromKnobPosition: 

- (NSSize) maximumSizeFromKnobPosition: (IBKnobPosition)knobPosition;
The maximum size for a knob surrounding the receiver.

minimumSizeFromKnobPosition: 

- (NSSize) minimumSizeFromKnobPosition: (IBKnobPosition)position;
The minimum size for a knob surrounding the receiver.

placeView: 

- (void) placeView: (NSRect)newFrame;
Places and resizes the receiver using newFrame.