Properties
currentHeight
The current height of the palette
@property (assign, nonatomic) NSUInteger currentHeight
Discussion
Implement this when your palette is resizeable
interfaceVersion
@property (readonly, nonatomic) NSUInteger
interfaceVersion
maxHeight
the maximal height of the view.
@property (readonly, nonatomic) NSInteger maxHeight
minHeight
the minimal height of the view.
@property (readonly, nonatomic) NSInteger minHeight
sortID
The group ID defines the position of the tool in the
sidebar.
@property (readonly, nonatomic) NSUInteger sortID
Discussion
- Dimensions: 10
- FitCurve: 20
- Layers: 30
- Transform: 40
theView
the view to display in the palette.
@property (readonly, strong, nonatomic) NSView
*theView
title
@property (readonly, nonatomic) NSString *title
windowController
The window controller managin the window the panel is in
@property (nonatomic, weak)
NSWindowController<GSWindowControllerProtocol>
*windowController