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

Instance Method

addTab(with:)addTabWithString:addTabWithString_

Declaration

func addTab(with string: String) -> GSEditViewController?

Declaration

- (GSEditViewController *) addTabWithString:(NSString *) string;

Declaration

addTabWithString_(string: str) -> GSEditViewController