Add methods to theme and to NSTableView to get the view from the delegate, this is a partial commit to save my place here... will follow up shortly

This commit is contained in:
Gregory John Casamento 2024-02-08 21:02:10 -05:00
parent 0be95eba5b
commit ebdbe0930f
4 changed files with 153 additions and 5 deletions

View file

@ -258,6 +258,7 @@
@class NSPathComponentCell;
@class GSDrawTiles;
@class GSTitleView;
// @class NSTableCellView;
APPKIT_EXPORT NSString *GSSwitch;
APPKIT_EXPORT NSString *GSRadio;
@ -1341,6 +1342,14 @@ APPKIT_EXPORT_CLASS
- (BOOL) isBoxOpaque: (NSBox *)box;
- (void) drawTableViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect
inView: (NSView *)view;
- (void) drawTableCellViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect
inView: (NSView *)view;
- (void) drawBoxInClipRect: (NSRect)clipRect
boxType: (NSBoxType)boxType
borderType: (NSBorderType)borderType