gwenhywfar  4.3.1
CocoaCheckboxButton.h
Go to the documentation of this file.
00001 //
00002 //  CocoaCheckboxButton.h
00003 //
00004 //  Created by Samuel Strupp on 12.08.10.
00005 //
00006 
00007 #import <Cocoa/Cocoa.h>
00008 #import "CocoaButton.h"
00009 
00010 
00011 @interface CocoaCheckboxButton : CocoaButton {
00012 
00013 }
00014 
00015 @end
00016 
00017