mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
Declare private methods.
This commit is contained in:
parent
f9b207a3d6
commit
9dacd02f92
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,15 @@
|
||||||
#define AREA_CENTER 21.0
|
#define AREA_CENTER 21.0
|
||||||
#define DISTANCE_FROM_CENTER 2.5
|
#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
|
@implementation TorrentTableView
|
||||||
|
|
||||||
- (void) awakeFromNib
|
- (void) awakeFromNib
|
||||||
|
|
Loading…
Reference in a new issue