Declaration

unowned(unsafe) var toolDrawDelegate: (any NSResponder & GlyphsTool & GlyphsToolDraw)? { get set }

Declaration

@property (nonatomic, unsafe_unretained) NSResponder<GlyphsTool,GlyphsToolDraw> * toolDrawDelegate;

Declaration

toolDrawDelegate() -> NSResponder<GlyphsTool,GlyphsToolDraw>
setToolDrawDelegate_(toolDrawDelegate: NSResponder<GlyphsTool,GlyphsToolDraw>)