potential decrease in memory usage when showing the group dividers

This commit is contained in:
Mitchell Livingston
2008-05-31 02:38:44 +00:00
parent c00a3a97b7
commit 62f034cdbd
6 changed files with 27 additions and 20 deletions

View File

@@ -41,7 +41,7 @@
- (NSString *) nameForIndex: (int) index;
- (void) setName: (NSString *) name forIndex: (int) index;
- (NSImage *) imageForIndex: (int) index isSmall: (BOOL) small;
- (NSImage *) imageForIndex: (int) index;
- (NSColor *) colorForIndex: (int) index;
- (NSColor *) setColor: (NSColor *) color forIndex: (int) index;