mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Support tab renaming in terminal (#243)
* add missed methods declarations to GSTheme.h * style tweaks
This commit is contained in:
parent
580150a8c1
commit
53cb373976
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue