1 //
2 //  PXMatrix.h
3 //  FOOMY
4 //
5 //  Created by Joe Osborn on Mon Apr 12 2004.
6 //  Copyright (c) 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <AppKit/AppKit.h>
10 
11 @interface PXColorPaletteMatrix : NSMatrix {
12 //	id leftSelectedCell, rightSelectedCell;
13 }
14 //- (void)leftSelectCellAtRow:(int)row column:(int)column;
15 //- (void)rightSelectCellAtRow:(int)row column:(int)column;
16 @end
17