Files
totalterminal/headers/terminal/TTWindowController.h
2013-09-10 12:46:42 -05:00

11 lines
247 B
Objective-C

@class TTTabController;
@interface TTWindowController : NSWindowController { }
-(void)displayWindowCloseSheet:(int)arg1;
-(void)applyProfileToAllShellsInWindow:(id)arg1;
-(TTTabController*)selectedTabController;
-(NSUInteger)numberOfTabs;
@end