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

Instance Method

addTab(with:)addTabWithGlyphs:addTabWithGlyphs_

Declaration

func addTab(with glyphs: [GSGlyph]) -> GSEditViewController?

Declaration

- (GSEditViewController *) addTabWithGlyphs:(NSArray<GSGlyph *> *) glyphs;

Declaration

addTabWithGlyphs_(glyphs: list[GSGlyph]) -> GSEditViewController