Skip to content

Commit

Permalink
Support tab renaming in terminal (#243)
Browse files Browse the repository at this point in the history
* add missed methods declarations to GSTheme.h

* style tweaks
  • Loading branch information
svgol authored Feb 19, 2024
1 parent 580150a commit 53cb373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Headers/Additions/GNUstepGUI/GSTheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53cb373

Please sign in to comment.