HexFiend
HFCancelButton.h
Go to the documentation of this file.
1 //
2 // HFCancelButton.h
3 // HexFiend_2
4 //
5 // Created by peter on 6/11/08.
6 // Copyright 2008 ridiculous_fish. All rights reserved.
7 //
8 
9 #import <AppKit/NSButton.h>
10 
14 @interface HFCancelButton : NSButton
15 
16 @end
A simple subclass of NSButton that has the correct appearance for cancelling. This is not a generally...
Definition: HFCancelButton.h:14