Add improvements suggested by @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-04-21 19:36:58 -04:00
parent 42bae42431
commit 48d031a14a
5 changed files with 14 additions and 40 deletions

View file

@ -1335,8 +1335,6 @@ APPKIT_EXPORT_CLASS
inView: (NSView *)view
selectingColumns: (BOOL)selectingColumns;
- (BOOL) isBoxOpaque: (NSBox *)box;
- (void) drawTableViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect
inView: (NSView *)view;
@ -1349,6 +1347,8 @@ APPKIT_EXPORT_CLASS
clipRect: (NSRect)clipRect
inView: (NSView *)view;
- (BOOL) isBoxOpaque: (NSBox *)box;
- (void) drawBoxInClipRect: (NSRect)clipRect
boxType: (NSBoxType)boxType
borderType: (NSBorderType)borderType