Declare private methods.

This commit is contained in:
Mitchell Livingston 2006-06-12 04:25:43 +00:00
parent f9b207a3d6
commit 9dacd02f92
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@
#define AREA_CENTER 21.0
#define DISTANCE_FROM_CENTER 2.5
@interface TorrentTableView (Private)
- (NSRect) pauseRectForRow: (int) row;
- (NSRect) revealRectForRow: (int) row;
- (BOOL) pointInPauseRect: (NSPoint) point;
- (BOOL) pointInRevealRect: (NSPoint) point;
@end
@implementation TorrentTableView
- (void) awakeFromNib