INDockableDetachControl Class Reference
Inherits from | NSView |
Declared in | INDockableDetachControl.h INDockableDetachControl.m |
Overview
Control that can be dragged to trigger a detach of its parent view controller from the primary window.
Tasks
-
image
The detach control image.
property -
minimumDragDistance
The minimum drag distance to trigger a detach. Default is 10px.
property -
fadeOnHover
Whether the control fades in on mouse hover. Default is NO.
property -
viewController
The view controller that owns this detach control
property
Properties
fadeOnHover
Whether the control fades in on mouse hover. Default is NO.
@property (nonatomic, assign) BOOL fadeOnHover
Declared In
INDockableDetachControl.h
image
The detach control image.
@property (nonatomic, strong) NSImage *image
Declared In
INDockableDetachControl.h