animate the Pieces bar when showing/hiding it

This commit is contained in:
Mitchell Livingston
2008-01-16 15:56:40 +00:00
parent a1e20dd7e9
commit 470d588b50
5 changed files with 67 additions and 11 deletions

View File

@@ -44,6 +44,9 @@
IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu;
Torrent * fMenuTorrent;
float fPiecesBarPercent;
NSTimer * fPiecesBarTimer;
}
- (void) setTorrents: (NSArray *) torrents;
@@ -66,4 +69,6 @@
- (void) checkFile: (id) sender;
- (void) toggleAdvancedBar;
@end