Skip to content

Commit

Permalink
Expose additional GSTheme method(s) for adding NSTabView theming to W…
Browse files Browse the repository at this point in the history
…inUXTheme (#308)

Co-authored-by: Marcian Lytwyn <marcian.lytwyn@eggplant.io>
  • Loading branch information
qmfrederik and Marcian Lytwyn authored Nov 5, 2024
1 parent c71f9dd commit c89d743
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 @@ -1265,6 +1265,8 @@ APPKIT_EXPORT_CLASS
- (NSRect) browserHeaderDrawingRectForCell: (NSTableHeaderCell*)cell
withFrame: (NSRect)rect;

- (CGFloat) tabHeightForType: (NSTabViewType)type;

- (NSRect) tabViewContentRectForBounds: (NSRect)aRect
tabViewType: (NSTabViewType)type
tabView: (NSTabView *)view;
Expand All @@ -1275,6 +1277,10 @@ APPKIT_EXPORT_CLASS
- (NSRect) tabViewBackgroundRectForBounds: (NSRect)aRect
tabViewType: (NSTabViewType)type;

- (void) drawTabViewBezelRect: (NSRect)aRect
tabViewType: (NSTabViewType)type
inView: (NSView *)view;

- (void) drawTabViewRect: (NSRect)rect
inView: (NSView *)view
withItems: (NSArray *)items
Expand Down

0 comments on commit c89d743

Please sign in to comment.