hopefully this makes the inspector less confusing once and for all....use popup buttons instead of checks

This commit is contained in:
Mitchell Livingston
2007-02-07 05:01:07 +00:00
parent 603a374a6b
commit 6c85eee3f8
4 changed files with 84 additions and 47 deletions

View File

@@ -56,7 +56,7 @@
IBOutlet NSOutlineView * fFileOutline;
IBOutlet NSTextField * fFileTableStatusField;
IBOutlet NSButton * fRatioCheck, * fUploadLimitCheck, * fDownloadLimitCheck;
IBOutlet NSPopUpButton * fRatioPopUp, * fUploadLimitPopUp, * fDownloadLimitPopUp;
IBOutlet NSTextField * fUploadLimitField, * fDownloadLimitField, * fRatioLimitField,
* fUploadLimitLabel, * fDownloadLimitLabel;
}
@@ -71,7 +71,7 @@
- (void) revealDataFile: (id) sender;
- (void) revealFile: (id) sender;
- (void) setLimitCheck: (id) sender;
- (void) setLimitSetting: (id) sender;
- (void) setSpeedLimit: (id) sender;
- (void) setRatioSetting: (id) sender;