Skip to content

Commit

Permalink
Huge audit of ITKit, mostly everything has been updated to current co…
Browse files Browse the repository at this point in the history
…ding

style and I've removed things that we don't need/that don't belong in ITKit
anymore. The only things really left untouched are the class files for
anything related to ITTSW.
  • Loading branch information
jspiros committed Mar 3, 2005
1 parent 676d1fe commit 7a21842
Show file tree
Hide file tree
Showing 91 changed files with 1,434 additions and 2,722 deletions.
Binary file removed Deprecated/ITChasingArrow1.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow10.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow2.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow3.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow4.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow5.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow6.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow7.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow8.tiff
Binary file not shown.
Binary file removed Deprecated/ITChasingArrow9.tiff
Binary file not shown.
32 changes: 0 additions & 32 deletions Deprecated/ITChasingArrowsView.h

This file was deleted.

165 changes: 0 additions & 165 deletions Deprecated/ITChasingArrowsView.m

This file was deleted.

Binary file removed Graphics/URLTextViewHand.tiff
Binary file not shown.
25 changes: 9 additions & 16 deletions ITBevelView.h
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
/*
* ITKit
* ITBevelView
* NSView subclass which draws a bevel.
* ITBevelView.h
*
* Original Author : Matthew Judy <[email protected]>
* Responsibility : Matthew Judy <[email protected]>
* 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 <Cocoa/Cocoa.h>


@interface ITBevelView : NSView {
int _bevelDepth;
int _bevelDepth;
}

- (int)bevelDepth;
- (void)setBevelDepth:(int)newDepth;


@end
@end
Loading

0 comments on commit 7a21842

Please sign in to comment.