aboutsummaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/NamedSlider.h
blob: c5a40aa05e34c4ce67d8df5363fe593730ba8f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* NetSfPeopsSPUPluginNamedSlider */

#import <Cocoa/Cocoa.h>

#define NamedSlider NetSfPeopsSPUPluginNamedSlider

@interface NamedSlider : NSSlider
{
	NSArray *strings;
}

- (void)setStrings:(NSArray *)theStrings;
@end