#4374 Lion: animate filtering files table

This commit is contained in:
Mitchell Livingston
2011-07-21 02:36:12 +00:00
parent b28c4fb6cc
commit 4fde6035fd
2 changed files with 156 additions and 22 deletions

View File

@@ -30,11 +30,13 @@
@interface FileOutlineController : NSObject
{
Torrent * fTorrent;
NSArray * fFileList;
NSMutableArray * fFileList;
IBOutlet FileOutlineView * fOutline;
NSString * fFilterText;
NSLock * fLock;
}
- (FileOutlineView *) outlineView;