X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3e6ffde0979aded206bb6741114253dc0615cc9c..abdb0712ef9e62ff570497eb0e7072eb92b23722:/ITButtonCell.h diff --git a/ITButtonCell.h b/ITButtonCell.h old mode 100755 new mode 100644 index fea3247..5cea59d --- a/ITButtonCell.h +++ b/ITButtonCell.h @@ -1,16 +1,25 @@ -#import +/* + * ITKit + * ITButtonCell.h + * + * Custom NSButtonCell subclass that provides a stylized bezel style for use + * with ITStatusWindows. + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ +#import typedef enum _ITBezelStyle { - ITGrayRoundedBezelStyle = 1001 + ITGrayRoundedBezelStyle = 1001 } ITBezelStyle; - @interface ITButtonCell : NSButtonCell { - - ITBezelStyle _subStyle; - + ITBezelStyle _subStyle; } - -@end +@end \ No newline at end of file