Initial changes for NSOutlineView view-based support

This commit is contained in:
Gregory John Casamento 2024-02-16 01:09:41 -05:00
parent d99f82896b
commit f71ee8641b
4 changed files with 168 additions and 131 deletions

View file

@ -1350,6 +1350,14 @@ APPKIT_EXPORT_CLASS
clipRect: (NSRect)clipRect
inView: (NSView *)view;
- (void) drawOutlineViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect
inView: (NSView *)view;
- (void) drawOutlineCellViewRow: (NSInteger)rowIndex
clipRect: (NSRect)clipRect
inView: (NSView *)view;
- (void) drawBoxInClipRect: (NSRect)clipRect
boxType: (NSBoxType)boxType
borderType: (NSBorderType)borderType