Changeset 7210 for trunk/macosx/GroupsController.h
- Timestamp:
- Nov 30, 2008, 7:23:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/GroupsController.h
r7185 r7210 45 45 - (void) setColor: (NSColor *) color forIndex: (NSInteger) index; 46 46 47 - (BOOL) usesCustomDownloadLocationForIndex: (NSInteger) index; 48 - (void) setUsesCustomDownloadLocation: (BOOL) useCustomLocation forIndex: (NSInteger) index; 49 50 - (NSString *) customDownloadLocationForIndex: (NSInteger) index; 51 - (void) setCustomDownloadLocation: (NSString *) location forIndex: (NSInteger) index; 52 47 53 - (void) addNewGroup; 48 54 - (void) removeGroupWithRowIndex: (NSInteger) row;
Note: See TracChangeset
for help on using the changeset viewer.