1 /* PXColorWell */
2 
3 #import <AppKit/AppKit.h>
4 
5 @interface PXColorWell : NSColorWell
6 {
7 }
8 - (void)rightSelect;
9 - (void)leftSelect;
10 - (void)_setColorNoVerify:aColor;
11 
12 @end
13