/packages/xforms/src/cursorfont.inc

https://github.com/slibre/freepascal · Unknown · 111 lines · 103 code · 8 blank · 0 comment · 0 complexity · fb4d55cf09cf529eefe8b1741831d4f1 MD5 · raw file

  1. { $XConsortium: cursorfont.h,v 1.4 94/04/17 20:22:00 rws Exp $ }
  2. {
  3. Copyright (c) 1987 X Consortium
  4. Permission is hereby granted, free of charge, to any person obtaining
  5. a copy of this software and associated documentation files (the
  6. "Software"), to deal in the Software without restriction, including
  7. without limitation the rights to use, copy, modify, merge, publish,
  8. distribute, sublicense, and/or sell copies of the Software, and to
  9. permit persons to whom the Software is furnished to do so, subject to
  10. the following conditions:
  11. The above copyright notice and this permission notice shall be included
  12. in all copies or substantial portions of the Software.
  13. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  14. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  15. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  16. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
  17. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  18. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  19. OTHER DEALINGS IN THE SOFTWARE.
  20. Except as contained in this notice, the name of the X Consortium shall
  21. not be used in advertising or otherwise to promote the sale, use or
  22. other dealings in this Software without prior written authorization
  23. from the X Consortium.
  24. }
  25. Const
  26. XC_num_glyphs= 154;
  27. XC_X_cursor= 0;
  28. XC_arrow= 2;
  29. XC_based_arrow_down= 4;
  30. XC_based_arrow_up= 6;
  31. XC_boat= 8;
  32. XC_bogosity= 10;
  33. XC_bottom_left_corner= 12;
  34. XC_bottom_right_corner= 14;
  35. XC_bottom_side= 16;
  36. XC_bottom_tee= 18;
  37. XC_box_spiral= 20;
  38. XC_center_ptr= 22;
  39. XC_circle= 24;
  40. XC_clock= 26;
  41. XC_coffee_mug= 28;
  42. XC_cross= 30;
  43. XC_cross_reverse= 32;
  44. XC_crosshair= 34;
  45. XC_diamond_cross= 36;
  46. XC_dot= 38;
  47. XC_dotbox= 40;
  48. XC_double_arrow= 42;
  49. XC_draft_large= 44;
  50. XC_draft_small= 46;
  51. XC_draped_box= 48;
  52. XC_exchange= 50;
  53. XC_fleur= 52;
  54. XC_gobbler= 54;
  55. XC_gumby= 56;
  56. XC_hand1= 58;
  57. XC_hand2= 60;
  58. XC_heart= 62;
  59. XC_icon= 64;
  60. XC_iron_cross= 66;
  61. XC_left_ptr= 68;
  62. XC_left_side= 70;
  63. XC_left_tee= 72;
  64. XC_leftbutton= 74;
  65. XC_ll_angle= 76;
  66. XC_lr_angle= 78;
  67. XC_man= 80;
  68. XC_middlebutton= 82;
  69. XC_mouse= 84;
  70. XC_pencil= 86;
  71. XC_pirate= 88;
  72. XC_plus= 90;
  73. XC_question_arrow= 92;
  74. XC_right_ptr= 94;
  75. XC_right_side= 96;
  76. XC_right_tee= 98;
  77. XC_rightbutton= 100;
  78. XC_rtl_logo= 102;
  79. XC_sailboat= 104;
  80. XC_sb_down_arrow= 106;
  81. XC_sb_h_double_arrow= 108;
  82. XC_sb_left_arrow= 110;
  83. XC_sb_right_arrow= 112;
  84. XC_sb_up_arrow= 114;
  85. XC_sb_v_double_arrow= 116;
  86. XC_shuttle= 118;
  87. XC_sizing= 120;
  88. XC_spider= 122;
  89. XC_spraycan= 124;
  90. XC_star= 126;
  91. XC_target= 128;
  92. XC_tcross= 130;
  93. XC_top_left_arrow= 132;
  94. XC_top_left_corner= 134;
  95. XC_top_right_corner= 136;
  96. XC_top_side= 138;
  97. XC_top_tee= 140;
  98. XC_trek= 142;
  99. XC_ul_angle= 144;
  100. XC_umbrella= 146;
  101. XC_ur_angle= 148;
  102. XC_watch= 150;
  103. XC_xterm= 152;