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

17 lines
239 B
Objective-C

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