Tasks

Properties

currentHeight

The current height of the palette

@property (assign, nonatomic) NSUInteger currentHeight

Discussion

Implement this when your palette is resizeable

sortID

The group ID defines the position of the tool in the sidebar.

@property (assign, nonatomic) NSUInteger sortID

Discussion

  • selection tools (select, text): 10
  • editTools (draw): 20
  • navigationTools (hand, zoom): 30

windowController

The window controller managin the window the panel is in

@property (nonatomic, weak) NSWindowController<GSWindowControllerProtocol> *windowController