Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/iFabio/ChameleonPrefPane/Sources/CustomTableView.h

Source at commit 261 created 12 years 11 months ago.
By ifabio, "re-open": create two folder, one for the prefpanel project, other for chameleon bootloader trunk, also synk with latest 832 trunk's code, added some stuff like OpenBSD/FreeBSD/Haiku detection, and added more Nvidia ID cards.
1//
2// CustomTableView.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/25/10.
6//
7
8#import <Cocoa/Cocoa.h>
9
10
11@interface CustomTableView : NSTableView {
12NSColor *mHighlightColorInFocusView;
13NSColor *mHighlightColorOutOfFocusView;
14
15}
16
17@end
18

Archive Download this file

Revision: 261