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