mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
#4902 Check all/Uncheck all buttons in the inspector
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
IBOutlet FileOutlineController * fFileController;
|
||||
|
||||
IBOutlet NSSearchField * fFileFilterField;
|
||||
IBOutlet NSButton * fCheckAllButton, *fUncheckAllButton;
|
||||
}
|
||||
|
||||
- (void) setInfoForTorrents: (NSArray *) torrents;
|
||||
@@ -44,7 +45,9 @@
|
||||
|
||||
- (void) saveViewSize;
|
||||
|
||||
- (void) setFileFilterText: (id) sender;
|
||||
- (IBAction) setFileFilterText: (id) sender;
|
||||
- (IBAction) checkAll: (id) sender;
|
||||
- (IBAction) uncheckAll: (id) sender;
|
||||
|
||||
- (NSArray *) quickLookURLs;
|
||||
- (BOOL) canQuickLook;
|
||||
|
||||
Reference in New Issue
Block a user