1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

Declare private methods.

This commit is contained in:
Mitchell Livingston 2006-06-12 04:25:43 +00:00
parent f9b207a3d6
commit 9dacd02f92

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