avoid setting views in the inspector until necessary

This commit is contained in:
Mitchell Livingston
2010-03-09 02:26:52 +00:00
parent eab787ac7d
commit 15c2279052
13 changed files with 267 additions and 151 deletions

View File

@@ -28,6 +28,8 @@
{
NSArray * fTorrents;
BOOL fSet;
IBOutlet NSPopUpButton * fPriorityPopUp, * fRatioPopUp;
IBOutlet NSButton * fUploadLimitCheck, * fDownloadLimitCheck, * fGlobalLimitCheck;
IBOutlet NSTextField * fUploadLimitField, * fDownloadLimitField, * fRatioLimitField,
@@ -38,6 +40,7 @@
}
- (void) setInfoForTorrents: (NSArray *) torrents;
- (void) updateInfo;
- (void) updateOptions;
- (void) setUseSpeedLimit: (id) sender;