00001 #ifndef CURSORS_H
00002 #define CURSORS_H
00003
00004 #define ARROW_CURSOR 0
00005 #define IBEAM_CURSOR 1
00006 #define VSEPARATE_CURSOR 2
00007 #define HSEPARATE_CURSOR 3
00008 #define MOVE_CURSOR 4
00009 #define LEFT_CURSOR 5
00010 #define RIGHT_CURSOR 6
00011 #define UPRIGHT_ARROW_CURSOR 7
00012 #define UPLEFT_RESIZE 8
00013 #define UPRIGHT_RESIZE 9
00014 #define DOWNLEFT_RESIZE 10
00015 #define DOWNRIGHT_RESIZE 11
00016 #define CROSS_CURSOR 12
00017 #define HOURGLASS_CURSOR 13
00018
00019 #endif