Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/CustomTableView.h

1//
2// CustomTableView.h
3// ChameleonPrefPane
4//
5// Created by Fabien on 1/25/10.
6// Copyright 2010 __MyCompanyName__. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface CustomTableView : NSTableView {
13NSColor *mHighlightColorInFocusView;
14NSColor *mHighlightColorOutOfFocusView;
15
16}
17
18@end
19

Archive Download this file

Revision: 61