/Volumes/Plantain/MyDocuments/Projects/MacTrek/MacTrek/Luky/Gui/NSCursor+CustomCursors.h

00001 //
00002 //  NSCursor+CustomCursors.h
00003 //  Cursors
00004 //
00005 //  Created by don on Wed Oct 31 2001.
00006 //  Copyright (c) 2001 Don Yacktman. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 
00011 // do not forget to add the cross.tiff and pencil.tiff file to your resources
00012 @interface NSCursor(CustomCursors)
00013 
00014 + (NSCursor *)pencilCursor;
00015 + (NSCursor *)crossCursor;
00016 
00017 @end

Generated on Fri Jul 28 19:15:22 2006 for MacTrek by  doxygen 1.4.7