X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITButtonCell.h diff --git a/ITButtonCell.h b/ITButtonCell.h old mode 100755 new mode 100644 index e99ef10..5cea59d --- a/ITButtonCell.h +++ b/ITButtonCell.h @@ -1,31 +1,25 @@ /* * 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 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