first attempt at a single-row, more compact Compact (Minimal) View

This commit is contained in:
Mitchell Livingston
2010-03-20 03:27:17 +00:00
parent b16620930a
commit 34bd2914db
7 changed files with 149 additions and 123 deletions

View File

@@ -43,7 +43,7 @@
IBOutlet NSMenu * fContextRow, * fContextNoRow;
NSInteger fMouseControlRow, fMouseRevealRow, fMouseActionRow, fActionPushedRow;
NSInteger fMouseRow, fMouseControlRow, fMouseRevealRow, fMouseActionRow, fActionPushedRow;
NSArray * fSelectedValues;
IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu, * fPriorityMenu;
@@ -59,7 +59,8 @@
- (void) removeAllCollapsedGroups;
- (void) saveCollapsedGroups;
- (void) removeButtonTrackingAreas;
- (void) removeTrackingAreas;
- (void) setRowHover: (NSInteger) row;
- (void) setControlButtonHover: (NSInteger) row;
- (void) setRevealButtonHover: (NSInteger) row;
- (void) setActionButtonHover: (NSInteger) row;