X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4f3da8543caacbaf1ce219e547e24a5490bee090..HEAD:/ITButtonCell.h diff --git a/ITButtonCell.h b/ITButtonCell.h old mode 100755 new mode 100644 index e99ef10..cff5c4b --- a/ITButtonCell.h +++ b/ITButtonCell.h @@ -1,31 +1,22 @@ /* * ITKit - * ITButtonCell - * Cell used by the ITButton control. + * ITButtonCell.h * - * Original Author : Matthew Judy - * Responsibility : Matthew Judy - * Responsibility : Joseph Spiros + * Custom NSButtonCell subclass that provides a stylized bezel style for use + * with ITStatusWindows. * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved + * 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