Support tab renaming in terminal (#243)

* add missed methods declarations to GSTheme.h

* style tweaks
This commit is contained in:
Sergei Golovin 2024-02-19 12:11:56 +04:00 committed by GitHub
parent 580150a8c1
commit 53cb373976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1266,6 +1266,12 @@ APPKIT_EXPORT_CLASS
tabViewType: (NSTabViewType)type
tabView: (NSTabView *)view;
- (NSImage *) imageForTabPart: (GSTabPart)part
type: (NSTabViewType)type;
- (NSRect) tabViewBackgroundRectForBounds: (NSRect)aRect
tabViewType: (NSTabViewType)type;
- (void) drawTabViewRect: (NSRect)rect
inView: (NSView *)view
withItems: (NSArray *)items