Instance Method
toolbarExtension(for:)toolbarExtensionForWindow:toolbarExtensionForWindow_
Called before the toolbar is added to the window.
Declaration
func toolbarExtension(for window: NSWindow) -> (any GlyphsToolbarExtension & NSObjectProtocol)?Declaration
- (NSObject<GlyphsToolbarExtension> *) toolbarExtensionForWindow:(NSWindow *) window;Declaration
toolbarExtensionForWindow_(window: NSWindow) -> NSObject<GlyphsToolbarExtension>