Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsApp
    • GlyphsPalette
      • windowController
  1. GlyphsApp
  2. GlyphsPalette

Instance Property

windowController

The window controller managing the window the panel is in

Declaration

weak var windowController: GSWindowController! { get set }

Declaration

@property (nonatomic, weak) GSWindowController * windowController;

Declaration

windowController() -> GSWindowController
setWindowController_(windowController: GSWindowController)