Archive Project
This commit is contained in:
15
Notifications for YouTube/ItemCellView.h
Executable file
15
Notifications for YouTube/ItemCellView.h
Executable file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// ItemCellView.h
|
||||
// LionTableViewTesting
|
||||
//
|
||||
// Created by Tomaž Kragelj on 8/29/11.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
/* A table cell view that supports a detail text field. This is useful because by default no label but the default text field gets highlighted when the cell gets selected. The item cell view also supports a second text field that toggles between [NSColor windowBackgroundColor] and [NSColor controlShadowColor] for the default and selected state respectively.
|
||||
*/
|
||||
@interface ItemCellView : NSTableCellView
|
||||
|
||||
@property (nonatomic) IBOutlet NSTextField *detailTextField;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user