]> Dogcows Code - chaz/thecheat/blobdiff - TrackerScroller.h
The Cheat 1.2
[chaz/thecheat] / TrackerScroller.h
diff --git a/TrackerScroller.h b/TrackerScroller.h
new file mode 100644 (file)
index 0000000..17c591d
--- /dev/null
@@ -0,0 +1,28 @@
+//
+//  TrackerScroller.h
+//  The Cheat
+//
+//  Created by Chaz McGarvey on 12/28/04.
+//  Copyright 2004 Chaz McGarvey. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface TrackerScroller : NSScroller
+{
+       id _delegate;
+}
+
+- (id)delegate;
+- (void)setDelegate:(id)delegate;
+
+@end
+
+
+@interface NSObject ( TrackerScrollerDelegate )
+
+- (void)scrollerDidStartScrolling:(TrackerScroller *)scroller;
+- (void)scrollerDidStopScrolling:(TrackerScroller *)scroller;
+
+@end
\ No newline at end of file
This page took 0.017419 seconds and 4 git commands to generate.