mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:41:01 +00:00
Corrected last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18752 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17e9214321
commit
f12cbd23c0
1 changed files with 5 additions and 0 deletions
|
@ -231,6 +231,7 @@ enum {
|
||||||
- (void) drawRow: (int)rowIndex clipRect: (NSRect)clipRect;
|
- (void) drawRow: (int)rowIndex clipRect: (NSRect)clipRect;
|
||||||
- (void) drawGridInClipRect: (NSRect)aRect;
|
- (void) drawGridInClipRect: (NSRect)aRect;
|
||||||
- (void) highlightSelectionInClipRect: (NSRect)clipRect;
|
- (void) highlightSelectionInClipRect: (NSRect)clipRect;
|
||||||
|
- (void) drawBackgroundInClipRect: (NSRect)clipRect;
|
||||||
|
|
||||||
/* Scrolling */
|
/* Scrolling */
|
||||||
- (void) scrollRowToVisible: (int)rowIndex;
|
- (void) scrollRowToVisible: (int)rowIndex;
|
||||||
|
@ -274,6 +275,10 @@ enum {
|
||||||
- (void) setVerticalMotionCanBeginDrag: (BOOL)flag;
|
- (void) setVerticalMotionCanBeginDrag: (BOOL)flag;
|
||||||
- (BOOL) verticalMotionCanBeginDrag;
|
- (BOOL) verticalMotionCanBeginDrag;
|
||||||
|
|
||||||
|
/* sorting */
|
||||||
|
- (void) setSortDescriptors: (NSArray *)array;
|
||||||
|
- (NSArray *)sortDescriptors;
|
||||||
|
|
||||||
@end /* interface of NSTableView */
|
@end /* interface of NSTableView */
|
||||||
|
|
||||||
@interface NSTableView (GNUPrivate)
|
@interface NSTableView (GNUPrivate)
|
||||||
|
|
Loading…
Reference in a new issue