mitsuba/tools/darwin/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentSliderCell.h

17 lines
263 B
C
Raw Normal View History

//
// BWTransparentSliderCell.h
// BWToolkit
//
// Created by Brandon Walkin (www.brandonwalkin.com)
// All code is provided under the New BSD license.
//
#import <Cocoa/Cocoa.h>
@interface BWTransparentSliderCell : NSSliderCell
{
BOOL isPressed;
}
@end