IBViewProtocol documentation
Authors
Generated by Debian
Date:
Generated at 2025-02-13 16:02:08 +0000
Software documentation for the IBViewProtocol protocol
IBViewProtocol
Declared in:
InterfaceBuilder/IBViewProtocol.h
Description forthcoming.
Method summary
-acceptsColor:atPoint:
-allowsAltDragging
-depositColor:atPoint:
-maximumSizeFromKnobPosition:
-minimumSizeFromKnobPosition:
-placeView:
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
.