X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITBevelView.h diff --git a/ITBevelView.h b/ITBevelView.h old mode 100755 new mode 100644 index e582c2e..f7141d2 --- a/ITBevelView.h +++ b/ITBevelView.h @@ -1,31 +1,24 @@ /* * ITKit - * ITBevelView - * NSView subclass which draws a bevel. + * ITBevelView.h * - * Original Author : Matthew Judy - * Responsibility : Matthew Judy + * NSView subclass which draws a bevel of specified thickness, and resizes its + * first subview to fill the remaining space. * - * Copyright (c) 2003 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ -/* - * Draws a bevel of specified thickness, and resizes - * its first subview to fill the remaining space. - */ - - #import - @interface ITBevelView : NSView { - int _bevelDepth; + int _bevelDepth; } - (int)bevelDepth; - (void)setBevelDepth:(int)newDepth; - -@end +@end \ No newline at end of file