mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-25 01:42:28 +00:00
Add improvements suggested by @fredkiefer
This commit is contained in:
parent
42bae42431
commit
48d031a14a
5 changed files with 14 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue