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

Instance Method

addTab(with:)addTabWithLayers:addTabWithLayers_

Declaration

func addTab(with layers: [GSLayer]) -> GSEditViewController?

Declaration

- (GSEditViewController *) addTabWithLayers:(NSArray<GSLayer *> *) layers;

Declaration

addTabWithLayers_(layers: list[GSLayer]) -> GSEditViewController