mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
macos: View-based FileOutlineView (#7760)
Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
This commit is contained in:
committed by
GitHub
parent
909fdad807
commit
d1985b05c6
14
macosx/FilePriorityCellView.h
Normal file
14
macosx/FilePriorityCellView.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// This file Copyright © Transmission authors and contributors.
|
||||
// It may be used under the MIT (SPDX: MIT) license.
|
||||
// License text can be found in the licenses/ folder.
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@class FileListNode;
|
||||
|
||||
@interface FilePriorityCellView : NSTableCellView
|
||||
|
||||
@property(nonatomic, weak) FileListNode* node;
|
||||
@property(nonatomic) BOOL hovered;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user