Use TopfieldUSBEcode for received values too.
[MacTF.git] / AOSegmentedControl.h
blob6516f8ffc65347341b63829627fff9119825e9b0
1 //
2 // AOSegmentedControl.h
3 // MacTF
4 //
5 // Created by Nathan Oates on 30/01/06.
6 // Copyright 2006 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 #define NormalSegmentedCellStyle 1
13 #define FlatSegmentedCellStyle 2
15 @interface AOSegmentedControl : NSSegmentedControl
18 @end