X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3b1f9f1fd5958a8241495edf7c72d335ac302c68..HEAD:/ITBevelView.h diff --git a/ITBevelView.h b/ITBevelView.h old mode 100755 new mode 100644 index de07fd0..06ebba2 --- a/ITBevelView.h +++ b/ITBevelView.h @@ -1,31 +1,21 @@ /* * ITKit - * ITBevelView - * NSView subclass which draws a bevel. + * ITBevelView.h * - * Original Author : Matt Judy - * Responsibility : Matt 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 iThink Software. * */ -/* - * 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