mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:00:38 +00:00
Move method back, eliminate possible duplicate call to render outline cell, changes suggested by review with @fredkiefer
This commit is contained in:
parent
f8fca4e162
commit
77bf2f823b
3 changed files with 77 additions and 86 deletions
|
@ -1346,6 +1346,12 @@ APPKIT_EXPORT_CLASS
|
|||
clipRect: (NSRect)clipRect
|
||||
inView: (NSTableView *)v;
|
||||
|
||||
- (NSRect) drawOutlineCell: (NSTableColumn *)tb
|
||||
outlineView: (NSOutlineView *)outlineView
|
||||
item: (id)item
|
||||
drawingRect: (NSRect)inputRect
|
||||
rowIndex: (NSInteger)rowIndex;
|
||||
|
||||
- (void) drawOutlineViewRow: (NSInteger)rowIndex
|
||||
clipRect: (NSRect)clipRect
|
||||
inView: (NSOutlineView *)view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue