From f12cbd23c05336a31abf596d341ceb66c4207f3b Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Tue, 2 Mar 2004 22:21:18 +0000 Subject: [PATCH] Corrected last commit. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18752 72102866-910b-0410-8b05-ffd578937521 --- Headers/AppKit/NSTableView.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Headers/AppKit/NSTableView.h b/Headers/AppKit/NSTableView.h index 5adeeeed0..febe8a417 100644 --- a/Headers/AppKit/NSTableView.h +++ b/Headers/AppKit/NSTableView.h @@ -231,6 +231,7 @@ enum { - (void) drawRow: (int)rowIndex clipRect: (NSRect)clipRect; - (void) drawGridInClipRect: (NSRect)aRect; - (void) highlightSelectionInClipRect: (NSRect)clipRect; +- (void) drawBackgroundInClipRect: (NSRect)clipRect; /* Scrolling */ - (void) scrollRowToVisible: (int)rowIndex; @@ -274,6 +275,10 @@ enum { - (void) setVerticalMotionCanBeginDrag: (BOOL)flag; - (BOOL) verticalMotionCanBeginDrag; +/* sorting */ +- (void) setSortDescriptors: (NSArray *)array; +- (NSArray *)sortDescriptors; + @end /* interface of NSTableView */ @interface NSTableView (GNUPrivate)