home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / Includes.lha / BH / intuition.bc < prev    next >
Encoding:
Text File  |  1994-03-16  |  35.8 KB  |  1,348 lines

  1. ' intuition BASIC constants
  2.  
  3. '$underlines
  4. 'Border fields 
  5. CONST BorderLeftEdge% = 0
  6. CONST BorderTopEdge% = 2
  7. CONST BorderFrontPen% = 4
  8. CONST BorderBackPen% = 5
  9. CONST BorderDrawMode% = 6
  10. CONST BorderCount% = 7
  11. CONST XY% = 8
  12. CONST NextBorder% = 12
  13. CONST Border_sizeof%=16
  14. 'Menu fields 
  15. CONST NextMenu% = 0
  16. CONST MenuLeftEdge% = 4
  17. CONST MenuTopEdge% = 6
  18. CONST MenuWidth% = 8
  19. CONST MenuHeight% = 10
  20. CONST MenuFlags% = 12
  21. CONST MenuName% = 14
  22. CONST FirstItem% = 18
  23. CONST JazzX% = 22
  24. CONST JazzY% = 24
  25. CONST BeatX% = 26
  26. CONST BeatY% = 28
  27. CONST Menu_sizeof%=30
  28. 'Screen fields 
  29. CONST NextScreen% = 0
  30. CONST FirstWindow% = 4
  31. CONST ScreenLeftEdge% = 8
  32. CONST ScreenTopEdge% = 10
  33. CONST ScreenWidth% = 12
  34. CONST ScreenHeight% = 14
  35. CONST ScreenMouseY% = 16
  36. CONST ScreenMouseX% = 18
  37. CONST ScreenFlags% = 20
  38. CONST ScreenTitle% = 22
  39. CONST ScreenDefaultTitle% = 26
  40. CONST BarHeight% = 30
  41. CONST BarVBorder% = 31
  42. CONST BarHBorder% = 32
  43. CONST MenuVBorder% = 33
  44. CONST MenuHBorder% = 34
  45. CONST WBorTop% = 35
  46. CONST WBorLeft% = 36
  47. CONST WBorRight% = 37
  48. CONST WBorBottom% = 38
  49. CONST ScreenFont% = 40
  50. CONST ScreenViewPort% = 44
  51. CONST RastPort% = 84
  52. CONST ScreenBitMap% = 184
  53. CONST ScreenLayerInfo% = 224
  54. CONST ScreenFirstGadget% = 326
  55. CONST ScreenDetailPen% = 330
  56. CONST ScreenBlockPen% = 331
  57. CONST SaveColor0% = 332
  58. CONST BarLayer% = 334
  59. CONST ScreenExtData% = 338
  60. CONST ScreenUserData% = 342
  61. CONST Screen_sizeof%=346
  62. 'impFrameBox fields 
  63. CONST impFrameBoxMethodID% = 0
  64. CONST imp_ContentsBox% = 4
  65. CONST imp_FrameBox% = 8
  66. CONST impFrameBoximp_DrInfo% = 12
  67. CONST imp_FrameFlags% = 16
  68. CONST impFrameBox_sizeof%=20
  69. 'gpGoInactive fields 
  70. CONST gpGoInactiveMethodID% = 0
  71. CONST gpgi_GInfo% = 4
  72. CONST gpgi_Abort% = 8
  73. CONST gpGoInactive_sizeof%=12
  74. 'PropInfo fields 
  75. CONST PropInfoFlags% = 0
  76. CONST HorizPot% = 2
  77. CONST VertPot% = 4
  78. CONST HorizBody% = 6
  79. CONST VertBody% = 8
  80. CONST CWidth% = 10
  81. CONST CHeight% = 12
  82. CONST HPotRes% = 14
  83. CONST VPotRes% = 16
  84. CONST LeftBorder% = 18
  85. CONST TopBorder% = 20
  86. CONST PropInfo_sizeof%=22
  87. 'opGet fields 
  88. CONST opGetMethodID% = 0
  89. CONST opg_AttrID% = 4
  90. CONST opg_Storage% = 8
  91. CONST opGet_sizeof%=12
  92. 'Remember fields 
  93. CONST NextRemember% = 0
  94. CONST RememberSize% = 4
  95. CONST Memory% = 8
  96. CONST Remember_sizeof%=12
  97. 'impErase fields 
  98. CONST impEraseMethodID% = 0
  99. CONST impEraseimp_RPort% = 4
  100. CONST impEraseimp_Offset% = 8
  101. CONST impEraseX% = 8
  102. CONST impEraseY% = 10
  103. CONST impEraseimp_Dimensions% = 12
  104. CONST impEraseWidth% = 12
  105. CONST impEraseHeight% = 14
  106. CONST impErase_sizeof%=16
  107. 'opMember fields 
  108. CONST opMemberMethodID% = 0
  109. CONST opam_Object% = 4
  110. CONST opMember_sizeof%=8
  111. 'gpHitTest fields 
  112. CONST gpHitTestMethodID% = 0
  113. CONST gpht_GInfo% = 4
  114. CONST gpht_Mouse% = 8
  115. CONST gpHitTestX% = 8
  116. CONST gpHitTestY% = 10
  117. CONST gpHitTest_sizeof%=12
  118. 'gpRender fields 
  119. CONST gpRenderMethodID% = 0
  120. CONST gpr_GInfo% = 4
  121. CONST gpr_RPort% = 8
  122. CONST gpr_Redraw% = 12
  123. CONST gpRender_sizeof%=16
  124. 'StringInfo fields 
  125. CONST StringInfoBuffer% = 0
  126. CONST UndoBuffer% = 4
  127. CONST StringInfoBufferPos% = 8
  128. CONST MaxChars% = 10
  129. CONST DispPos% = 12
  130. CONST UndoPos% = 14
  131. CONST StringInfoNumChars% = 16
  132. CONST StringInfoDispCount% = 18
  133. CONST CLeft% = 20
  134. CONST CTop% = 22
  135. CONST StringInfoExtension% = 24
  136. CONST StringInfoLongInt% = 28
  137. CONST AltKeyMap% = 32
  138. CONST StringInfo_sizeof%=36
  139. 'impDraw fields 
  140. CONST impDrawMethodID% = 0
  141. CONST impDrawimp_RPort% = 4
  142. CONST impDrawimp_Offset% = 8
  143. CONST impDrawX% = 8
  144. CONST impDrawY% = 10
  145. CONST imp_State% = 12
  146. CONST impDrawimp_DrInfo% = 16
  147. CONST impDrawimp_Dimensions% = 20
  148. CONST impDrawWidth% = 20
  149. CONST impDrawHeight% = 22
  150. CONST impDraw_sizeof%=24
  151. 'opSet fields 
  152. CONST opSetMethodID% = 0
  153. CONST ops_AttrList% = 4
  154. CONST ops_GInfo% = 8
  155. CONST opSet_sizeof%=12
  156. 'IntuiMessage fields 
  157. CONST ExecMessage% = 0
  158. CONST Class% = 20
  159. CONST IntuiMessageCode% = 24
  160. CONST Qualifier% = 26
  161. CONST IAddress% = 28
  162. CONST IntuiMessageMouseX% = 32
  163. CONST IntuiMessageMouseY% = 34
  164. CONST IntuiMessageSeconds% = 36
  165. CONST IntuiMessageMicros% = 40
  166. CONST IDCMPWindow% = 44
  167. CONST SpecialLink% = 48
  168. CONST IntuiMessage_sizeof%=52
  169. 'ExtIntuiMessage fields 
  170. CONST eim_IntuiMessage% = 0
  171. CONST eim_TabletData% = 52
  172. CONST ExtIntuiMessage_sizeof%=56
  173. 'NewWindow fields 
  174. CONST NewWindowLeftEdge% = 0
  175. CONST NewWindowTopEdge% = 2
  176. CONST NewWindowWidth% = 4
  177. CONST NewWindowHeight% = 6
  178. CONST NewWindowDetailPen% = 8
  179. CONST NewWindowBlockPen% = 9
  180. CONST NewWindowIDCMPFlags% = 10
  181. CONST NewWindowFlags% = 14
  182. CONST NewWindowFirstGadget% = 18
  183. CONST NewWindowCheckMark% = 22
  184. CONST NewWindowTitle% = 26
  185. CONST NewWindowScreen% = 30
  186. CONST NewWindowBitMap% = 34
  187. CONST NewWindowMinWidth% = 38
  188. CONST NewWindowMinHeight% = 40
  189. CONST NewWindowMaxWidth% = 42
  190. CONST NewWindowMaxHeight% = 44
  191. CONST NewWindowType% = 46
  192. CONST NewWindow_sizeof%=48
  193. 'ExtNewWindow fields 
  194. CONST ExtNewWindowLeftEdge% = 0
  195. CONST ExtNewWindowTopEdge% = 2
  196. CONST ExtNewWindowWidth% = 4
  197. CONST ExtNewWindowHeight% = 6
  198. CONST ExtNewWindowDetailPen% = 8
  199. CONST ExtNewWindowBlockPen% = 9
  200. CONST ExtNewWindowIDCMPFlags% = 10
  201. CONST ExtNewWindowFlags% = 14
  202. CONST ExtNewWindowFirstGadget% = 18
  203. CONST ExtNewWindowCheckMark% = 22
  204. CONST ExtNewWindowTitle% = 26
  205. CONST ExtNewWindowScreen% = 30
  206. CONST ExtNewWindowBitMap% = 34
  207. CONST ExtNewWindowMinWidth% = 38
  208. CONST ExtNewWindowMinHeight% = 40
  209. CONST ExtNewWindowMaxWidth% = 42
  210. CONST ExtNewWindowMaxHeight% = 44
  211. CONST ExtNewWindowType% = 46
  212. CONST ExtNewWindowExtension% = 48
  213. CONST ExtNewWindow_sizeof%=52
  214. 'impHitTest fields 
  215. CONST impHitTestMethodID% = 0
  216. CONST imp_Point% = 4
  217. CONST impHitTestX% = 4
  218. CONST impHitTestY% = 6
  219. CONST impHitTestimp_Dimensions% = 8
  220. CONST impHitTestWidth% = 8
  221. CONST impHitTestHeight% = 10
  222. CONST impHitTest_sizeof%=12
  223. 'opUpdate fields 
  224. CONST opUpdateMethodID% = 0
  225. CONST opu_AttrList% = 4
  226. CONST opu_GInfo% = 8
  227. CONST opu_Flags% = 12
  228. CONST opUpdate_sizeof%=16
  229. 'Window fields 
  230. CONST NextWindow% = 0
  231. CONST WindowLeftEdge% = 4
  232. CONST WindowTopEdge% = 6
  233. CONST WindowWidth% = 8
  234. CONST WindowHeight% = 10
  235. CONST WindowMouseY% = 12
  236. CONST WindowMouseX% = 14
  237. CONST WindowMinWidth% = 16
  238. CONST WindowMinHeight% = 18
  239. CONST WindowMaxWidth% = 20
  240. CONST WindowMaxHeight% = 22
  241. CONST WindowFlags% = 24
  242. CONST MenuStrip% = 28
  243. CONST WindowTitle% = 32
  244. CONST FirstRequest% = 36
  245. CONST DMRequest% = 40
  246. CONST ReqCount% = 44
  247. CONST WScreen% = 46
  248. CONST RPort% = 50
  249. CONST BorderLeft% = 54
  250. CONST BorderTop% = 55
  251. CONST BorderRight% = 56
  252. CONST BorderBottom% = 57
  253. CONST BorderRPort% = 58
  254. CONST WindowFirstGadget% = 62
  255. CONST Parent% = 66
  256. CONST Descendant% = 70
  257. CONST Pointer% = 74
  258. CONST PtrHeight% = 78
  259. CONST PtrWidth% = 79
  260. CONST WindowXOffset% = 80
  261. CONST WindowYOffset% = 81
  262. CONST WindowIDCMPFlags% = 82
  263. CONST UserPort% = 86
  264. CONST WindowPort% = 90
  265. CONST MessageKey% = 94
  266. CONST WindowDetailPen% = 98
  267. CONST WindowBlockPen% = 99
  268. CONST WindowCheckMark% = 100
  269. CONST WindowScreenTitle% = 104
  270. CONST GZZMouseX% = 108
  271. CONST GZZMouseY% = 110
  272. CONST GZZWidth% = 112
  273. CONST GZZHeight% = 114
  274. CONST WindowExtData% = 116
  275. CONST WindowUserData% = 120
  276. CONST WLayer% = 124
  277. CONST IFont% = 128
  278. CONST WindowMoreFlags% = 132
  279. CONST Window_sizeof%=136
  280. 'Preferences fields 
  281. CONST FontHeight% = 0
  282. CONST PrinterPort% = 1
  283. CONST BaudRate% = 2
  284. CONST KeyRptSpeed% = 4
  285. CONST KeyRptDelay% = 12
  286. CONST PreferencesDoubleClick% = 20
  287. CONST PointerMatrix% = 28
  288. CONST PreferencesXOffset% = 100
  289. CONST PreferencesYOffset% = 101
  290. CONST color17% = 102
  291. CONST color18% = 104
  292. CONST color19% = 106
  293. CONST PointerTicks% = 108
  294. CONST color0% = 110
  295. CONST color1% = 112
  296. CONST color2% = 114
  297. CONST color3% = 116
  298. CONST ViewXOffset% = 118
  299. CONST ViewYOffset% = 119
  300. CONST ViewInitX% = 120
  301. CONST ViewInitY% = 122
  302. CONST EnableCLI% = 124
  303. CONST PrinterType% = 126
  304. CONST PrinterFilename% = 128
  305. CONST PrintPitch% = 158
  306. CONST PrintQuality% = 160
  307. CONST PrintSpacing% = 162
  308. CONST PrintLeftMargin% = 164
  309. CONST PrintRightMargin% = 166
  310. CONST PrintImage% = 168
  311. CONST PrintAspect% = 170
  312. CONST PrintShade% = 172
  313. CONST PrintThreshold% = 174
  314. CONST PaperSize% = 176
  315. CONST PaperLength% = 178
  316. CONST PaperType% = 180
  317. CONST SerRWBits% = 182
  318. CONST SerStopBuf% = 183
  319. CONST SerParShk% = 184
  320. CONST LaceWB% = 185
  321. CONST WorkName% = 186
  322. CONST RowSizeChange% = 216
  323. CONST ColumnSizeChange% = 217
  324. CONST PrintFlags% = 218
  325. CONST PrintMaxWidth% = 220
  326. CONST PrintMaxHeight% = 222
  327. CONST PrintDensity% = 224
  328. CONST PrintXOffset% = 225
  329. CONST wb_Width% = 226
  330. CONST wb_Height% = 228
  331. CONST wb_Depth% = 230
  332. CONST ext_size% = 231
  333. CONST Preferences_sizeof%=232
  334. 'IntuitionBase fields 
  335. CONST IntuitionBaseLibNode% = 0
  336. CONST ViewLord% = 34
  337. CONST ActiveWindow% = 52
  338. CONST ActiveScreen% = 56
  339. CONST FirstScreen% = 60
  340. CONST IntuitionBaseFlags% = 64
  341. CONST IntuitionBaseMouseY% = 68
  342. CONST IntuitionBaseMouseX% = 70
  343. CONST IntuitionBaseSeconds% = 72
  344. CONST IntuitionBaseMicros% = 76
  345. CONST IntuitionBase_sizeof%=80
  346. 'IntuiText fields 
  347. CONST IntuiTextFrontPen% = 0
  348. CONST IntuiTextBackPen% = 1
  349. CONST IntuiTextDrawMode% = 2
  350. CONST IntuiTextLeftEdge% = 4
  351. CONST IntuiTextTopEdge% = 6
  352. CONST ITextFont% = 8
  353. CONST IText% = 12
  354. CONST NextText% = 16
  355. CONST IntuiText_sizeof%=20
  356. 'StringExtend fields 
  357. CONST StringExtendFont% = 0
  358. CONST Pens% = 4
  359. CONST ActivePens% = 6
  360. CONST InitialModes% = 8
  361. CONST EditHook% = 12
  362. CONST StringExtendWorkBuffer% = 16
  363. CONST StringExtendReserved% = 20
  364. CONST StringExtend_sizeof%=36
  365. 'gpInput fields 
  366. CONST gpInputMethodID% = 0
  367. CONST gpi_GInfo% = 4
  368. CONST gpi_IEvent% = 8
  369. CONST gpi_Termination% = 12
  370. CONST gpi_Mouse% = 16
  371. CONST gpInputX% = 16
  372. CONST gpInputY% = 18
  373. CONST gpi_TabletData% = 20
  374. CONST gpInput_sizeof%=24
  375. 'EasyStruct fields 
  376. CONST es_StructSize% = 0
  377. CONST EasyStructes_Flags% = 4
  378. CONST es_Title% = 8
  379. CONST es_TextFormat% = 12
  380. CONST es_GadgetFormat% = 16
  381. CONST EasyStruct_sizeof%=20
  382. 'PGX fields 
  383. CONST pgx_Container% = 0
  384. CONST pgx_NewKnob% = 8
  385. CONST PGX_sizeof%=16
  386. 'gpLayout fields 
  387. CONST gpLayoutMethodID% = 0
  388. CONST gpl_GInfo% = 4
  389. CONST gpl_Initial% = 8
  390. CONST gpLayout_sizeof%=12
  391. 'Requester fields 
  392. CONST OlderRequest% = 0
  393. CONST RequesterLeftEdge% = 4
  394. CONST RequesterTopEdge% = 6
  395. CONST RequesterWidth% = 8
  396. CONST RequesterHeight% = 10
  397. CONST RelLeft% = 12
  398. CONST RelTop% = 14
  399. CONST ReqGadget% = 16
  400. CONST ReqBorder% = 20
  401. CONST ReqText% = 24
  402. CONST RequesterFlags% = 28
  403. CONST RequesterBackFill% = 30
  404. CONST ReqLayer% = 32
  405. CONST ReqPad1% = 36
  406. CONST ImageBMap% = 68
  407. CONST RWindow% = 72
  408. CONST ReqImage% = 76
  409. CONST ReqPad2% = 80
  410. CONST Requester_sizeof%=112
  411. 'IBox fields 
  412. CONST Left% = 0
  413. CONST Top% = 2
  414. CONST IBoxWidth% = 4
  415. CONST IBoxHeight% = 6
  416. CONST IBox_sizeof%=8
  417. 'SGWork fields 
  418. CONST Gadget% = 0
  419. CONST StringInfo% = 4
  420. CONST SGWorkWorkBuffer% = 8
  421. CONST PrevBuffer% = 12
  422. CONST SGWorkModes% = 16
  423. CONST IEvent% = 20
  424. CONST SGWorkCode% = 24
  425. CONST SGWorkBufferPos% = 26
  426. CONST SGWorkNumChars% = 28
  427. CONST Actions% = 30
  428. CONST SGWorkLongInt% = 34
  429. CONST GadgetInfo% = 38
  430. CONST EditOp% = 42
  431. CONST SGWork_sizeof%=44
  432. 'TabletHookData fields 
  433. CONST thd_Screen% = 0
  434. CONST thd_Width% = 4
  435. CONST thd_Height% = 8
  436. CONST thd_ScreenChanged% = 12
  437. CONST TabletHookData_sizeof%=16
  438. 'IClass fields 
  439. CONST cl_Dispatcher% = 0
  440. CONST cl_Reserved% = 20
  441. CONST cl_Super% = 24
  442. CONST cl_ID% = 28
  443. CONST cl_InstOffset% = 32
  444. CONST cl_InstSize% = 34
  445. CONST cl_UserData% = 36
  446. CONST cl_SubclassCount% = 40
  447. CONST cl_ObjectCount% = 44
  448. CONST cl_Flags% = 48
  449. CONST IClass_sizeof%=52
  450. 'TabletData fields 
  451. CONST td_XFraction% = 0
  452. CONST td_YFraction% = 2
  453. CONST td_TabletX% = 4
  454. CONST td_TabletY% = 8
  455. CONST td_RangeX% = 12
  456. CONST td_RangeY% = 16
  457. CONST td_TagList% = 20
  458. CONST TabletData_sizeof%=24
  459. 'opAddTail fields 
  460. CONST opAddTailMethodID% = 0
  461. CONST opat_List% = 4
  462. CONST opAddTail_sizeof%=8
  463. 'GadgetInfo fields 
  464. CONST gi_Screen% = 0
  465. CONST gi_Window% = 4
  466. CONST gi_Requester% = 8
  467. CONST gi_RastPort% = 12
  468. CONST gi_Layer% = 16
  469. CONST gi_Domain% = 20
  470. CONST gi_Pens% = 28
  471. CONST GadgetInfoDetailPen% = 28
  472. CONST GadgetInfoBlockPen% = 29
  473. CONST gi_DrInfo% = 30
  474. CONST gi_Reserved% = 34
  475. CONST GadgetInfo_sizeof%=58
  476. 'Image fields 
  477. CONST ImageLeftEdge% = 0
  478. CONST ImageTopEdge% = 2
  479. CONST ImageWidth% = 4
  480. CONST ImageHeight% = 6
  481. CONST ImageDepth% = 8
  482. CONST ImageImageData% = 10
  483. CONST ImagePlanePick% = 14
  484. CONST ImagePlaneOnOff% = 15
  485. CONST NextImage% = 16
  486. CONST Image_sizeof%=20
  487. 'PubScreenNode fields 
  488. CONST psn_Node% = 0
  489. CONST psn_Screen% = 14
  490. CONST psn_Flags% = 18
  491. CONST psn_Size% = 20
  492. CONST psn_VisitorCount% = 22
  493. CONST psn_SigTask% = 24
  494. CONST psn_SigBit% = 28
  495. CONST PubScreenNode_sizeof%=29
  496. 'Gadget fields 
  497. CONST GadgetNextGadget% = 0
  498. CONST GadgetLeftEdge% = 4
  499. CONST GadgetTopEdge% = 6
  500. CONST GadgetWidth% = 8
  501. CONST GadgetHeight% = 10
  502. CONST GadgetFlags% = 12
  503. CONST GadgetActivation% = 14
  504. CONST GadgetGadgetType% = 16
  505. CONST GadgetGadgetRender% = 18
  506. CONST GadgetSelectRender% = 22
  507. CONST GadgetGadgetText% = 26
  508. CONST GadgetMutualExclude% = 30
  509. CONST GadgetSpecialInfo% = 34
  510. CONST GadgetGadgetID% = 38
  511. CONST GadgetUserData% = 40
  512. CONST Gadget_sizeof%=44
  513. 'ExtGadget fields 
  514. CONST ExtGadgetNextGadget% = 0
  515. CONST ExtGadgetLeftEdge% = 4
  516. CONST ExtGadgetTopEdge% = 6
  517. CONST ExtGadgetWidth% = 8
  518. CONST ExtGadgetHeight% = 10
  519. CONST ExtGadgetFlags% = 12
  520. CONST ExtGadgetActivation% = 14
  521. CONST ExtGadgetGadgetType% = 16
  522. CONST ExtGadgetGadgetRender% = 18
  523. CONST ExtGadgetSelectRender% = 22
  524. CONST ExtGadgetGadgetText% = 26
  525. CONST ExtGadgetMutualExclude% = 30
  526. CONST ExtGadgetSpecialInfo% = 34
  527. CONST ExtGadgetGadgetID% = 38
  528. CONST ExtGadgetUserData% = 40
  529. CONST ExtGadgetMoreFlags% = 44
  530. CONST BoundsLeftEdge% = 48
  531. CONST BoundsTopEdge% = 50
  532. CONST BoundsWidth% = 52
  533. CONST BoundsHeight% = 54
  534. CONST ExtGadget_sizeof%=56
  535. 'BoolInfo fields 
  536. CONST BoolInfoFlags% = 0
  537. CONST BoolInfoMask% = 2
  538. CONST BoolInfoReserved% = 6
  539. CONST BoolInfo_sizeof%=10
  540. 'DrawInfo fields 
  541. CONST dri_Version% = 0
  542. CONST dri_NumPens% = 2
  543. CONST dri_Pens% = 4
  544. CONST dri_Font% = 8
  545. CONST dri_Depth% = 12
  546. CONST dri_Resolution% = 14
  547. CONST DrawInfoX% = 14
  548. CONST DrawInfoY% = 16
  549. CONST dri_Flags% = 18
  550. CONST dri_CheckMark% = 22
  551. CONST dri_AmigaKey% = 26
  552. CONST dri_Reserved% = 30
  553. CONST DrawInfo_sizeof%=50
  554. '_Object fields 
  555. CONST o_Node% = 0
  556. CONST o_Class% = 8
  557. CONST Object__sizeof%=12
  558. 'Msg fields 
  559. CONST MsgMethodID% = 0
  560. CONST Msg_sizeof%=4
  561. 'MenuItem fields 
  562. CONST NextItem% = 0
  563. CONST MenuItemLeftEdge% = 4
  564. CONST MenuItemTopEdge% = 6
  565. CONST MenuItemWidth% = 8
  566. CONST MenuItemHeight% = 10
  567. CONST MenuItemFlags% = 12
  568. CONST MenuItemMutualExclude% = 14
  569. CONST ItemFill% = 18
  570. CONST SelectFill% = 22
  571. CONST Command% = 26
  572. CONST SubItem% = 28
  573. CONST NextSelect% = 32
  574. CONST MenuItem_sizeof%=34
  575. 'NewScreen fields 
  576. CONST NewScreenLeftEdge% = 0
  577. CONST NewScreenTopEdge% = 2
  578. CONST NewScreenWidth% = 4
  579. CONST NewScreenHeight% = 6
  580. CONST NewScreenDepth% = 8
  581. CONST NewScreenDetailPen% = 10
  582. CONST NewScreenBlockPen% = 11
  583. CONST NewScreenViewModes% = 12
  584. CONST NewScreenType% = 14
  585. CONST NewScreenFont% = 16
  586. CONST NewScreenDefaultTitle% = 20
  587. CONST NewScreenGadgets% = 24
  588. CONST NewScreenCustomBitMap% = 28
  589. CONST NewScreen_sizeof%=32
  590. 'ColorSpec fields 
  591. CONST ColorIndex% = 0
  592. CONST ColorSpecRed% = 2
  593. CONST ColorSpecGreen% = 4
  594. CONST ColorSpecBlue% = 6
  595. CONST ColorSpec_sizeof%=8
  596. 'ScreenBuffer fields 
  597. CONST sb_BitMap% = 0
  598. CONST sb_DBufInfo% = 4
  599. CONST ScreenBuffer_sizeof%=8
  600. 'ExtNewScreen fields 
  601. CONST ExtNewScreenLeftEdge% = 0
  602. CONST ExtNewScreenTopEdge% = 2
  603. CONST ExtNewScreenWidth% = 4
  604. CONST ExtNewScreenHeight% = 6
  605. CONST ExtNewScreenDepth% = 8
  606. CONST ExtNewScreenDetailPen% = 10
  607. CONST ExtNewScreenBlockPen% = 11
  608. CONST ExtNewScreenViewModes% = 12
  609. CONST ExtNewScreenType% = 14
  610. CONST ExtNewScreenFont% = 16
  611. CONST ExtNewScreenDefaultTitle% = 20
  612. CONST ExtNewScreenGadgets% = 24
  613. CONST ExtNewScreenCustomBitMap% = 28
  614. CONST ExtNewScreenExtension% = 32
  615. CONST ExtNewScreen_sizeof%=36
  616. CONST SYSREQUEST& = &h4000&
  617. CONST IDCMP_VANILLAKEY& = &h200000&
  618. CONST ExtNewScreenSHOWTITLE& = &h10&
  619. CONST GA_GadgetHelp& = &h80030025&
  620. CONST GTYP_GTYPEMASK& = 7&
  621. CONST BEEPING& = &h20&
  622. CONST TOPAZ_SIXTY& = 9&
  623. CONST FANFOLD& = 0&
  624. CONST ALTRIGHT& = &h20&
  625. CONST IM_DRAWFRAME& = &h206&
  626. CONST CHECKIT& = 1&
  627. CONST IDCMP_WBENCHMESSAGE& = &h20000&
  628. CONST WFLG_WINDOWACTIVE& = &h2000&
  629. CONST SSTOP_BITS& = &hF0&
  630. CONST SYSISIZE_LOWRES& = 1&
  631. CONST GFLG_GADGIMAGE& = 4&
  632. CONST STRINGA_ReplaceMode& = &h8003200D&
  633. CONST SDEPTHIMAGE& = 5&
  634. CONST DOWNBACKGADGET& = 1&
  635. CONST HIGHLIGHTTEXTPEN& = 8&
  636. CONST SBUF_4096& = 3&
  637. CONST PGA_NewLook& = &h8003100A&
  638. CONST PREDRAWN& = 2&
  639. CONST AUTOKNOB& = 1&
  640. CONST FREEVERT& = 4&
  641. CONST OKOK& = 1&
  642. CONST WBENCHCLOSE& = 2&
  643. CONST SPARITY_SPACE& = 4&
  644. CONST AUTOBACKPEN& = 1&
  645. CONST STRINGA_NoFilterMode& = &h8003200F&
  646. CONST IA_Data& = &h80020007&
  647. CONST KNOBVMIN& = 4&
  648. CONST WA_IDCMP& = &h8000006A&
  649. CONST OM_REMOVE& = &h106&
  650. CONST GMR_MEACTIVE& = 0&
  651. CONST GMR_REUSE& = 4&
  652. CONST SYSISIZE_HIRES& = 2&
  653. CONST SELECTUP& = &hE8&
  654. CONST GA_Image& = &h8003000A&
  655. CONST PGA_Freedom& = &h80031001&
  656. CONST IM_ERASE& = &h204&
  657. CONST DRAGGADGET& = 4&
  658. CONST SA_BitMap& = &h8000002E&
  659. CONST OSERR_TOODEEP& = 7&
  660. CONST OKIMATE_20& = 9&
  661. CONST GREY_SCALE2& = &h1000&
  662. CONST STRINGA_MaxChars& = &h80032001&
  663. CONST STRINGA_EditHook& = &h8003200B&
  664. CONST GTYP_CUSTOMGADGET& = 5&
  665. CONST POPPUBSCREEN& = 2&
  666. CONST N_TRACTOR& = &h20&
  667. CONST SHSHAKE_NONE& = 2&
  668. CONST STRINGA_LongVal& = &h80032011&
  669. CONST SA_Obsolete1& = &h80000035&
  670. CONST SBUFSIZE_BITS& = &hF&
  671. CONST OM_REMMEMBER& = &h10A&
  672. CONST STRINGA_EditModes& = &h8003200C&
  673. CONST EVENTMAX& = &hA&
  674. CONST ExtNewScreenCUSTOMBITMAP& = &h40&
  675. CONST SHSHAKE_BITS& = &hF&
  676. CONST GFLG_RELSPECIAL& = &h4000&
  677. CONST GACT_LONGINT& = &h800&
  678. CONST IDCMP_INACTIVEWINDOW& = &h80000&
  679. CONST OSERR_NOCHIPS& = 2&
  680. CONST SHADE_GREYSCALE& = 1&
  681. CONST CORRECT_BLUE& = 4&
  682. CONST AUTOITEXTFONT& = 0&
  683. CONST GA_RelHeight& = &h80030008&
  684. CONST PGA_Top& = &h80031009&
  685. CONST WA_AmigaKey& = &h80000094&
  686. CONST STDSCREENHEIGHT& = &hFFFFFFFF&
  687. CONST KEYCODE_LESS& = &h38&
  688. CONST GA_Disabled& = &h8003000E&
  689. CONST FRAME_RIDGE& = 2&
  690. CONST GADGETCOUNT& = 8&
  691. CONST REQOFFWINDOW& = &h1000&
  692. CONST CUSTOMSCREEN& = &hF&
  693. CONST SA_PubName& = &h8000002F&
  694. CONST SPOS_RELATIVE& = 0&
  695. CONST US_LEGAL& = &h10&
  696. CONST GA_UserData& = &h80030011&
  697. CONST GM_LAYOUT& = 6&
  698. CONST POINTREL& = 1&
  699. CONST GACT_ENDGADGET& = 4&
  700. CONST SA_BlockPen& = &h80000027&
  701. CONST DIAB_630& = 4&
  702. CONST MENUDOWN& = &h69&
  703. CONST GA_DrawInfo& = &h80030021&
  704. CONST GA_RelSpecial& = &h80030027&
  705. CONST PGA_VertBody& = &h80031006&
  706. CONST UPIMAGE& = &hB&
  707. CONST MXIMAGE& = &hF&
  708. CONST HIGHBOX& = &h80&
  709. CONST USEREQIMAGE& = &h20&
  710. CONST GACT_LEFTBORDER& = &h20&
  711. CONST ICA_Dummy& = &h80040000&
  712. CONST IA_Mode& = &h80020012&
  713. CONST FILLPEN& = 5&
  714. CONST SDEPTH_CHILDONLY& = 2&
  715. CONST SPOS_ABSOLUTE& = 1&
  716. CONST LOWCOMMWIDTH& = &h10&
  717. CONST TABLETA_Dummy& = &h8003A000&
  718. CONST OM_NOTIFY& = &h107&
  719. CONST ICA_MAP& = &h80040002&
  720. CONST IDCMP_RAWKEY& = &h400&
  721. CONST SA_DetailPen& = &h80000026&
  722. CONST W_TRACTOR& = &h30&
  723. CONST EURO_A0& = &h50&
  724. CONST MENUNULL& = &hFFFF&
  725. CONST MENUTOGGLED& = &h4000&
  726. CONST IDCMP_REQSET& = &h80&
  727. CONST WA_BlockPen& = &h80000069&
  728. CONST WA_NoCareRefresh& = &h80000087&
  729. CONST SCREENHIRES& = &h200&
  730. CONST OSERR_PUBNOTUNIQUE& = 5&
  731. CONST EURO_A1& = &h60&
  732. CONST ALTLEFT& = &h10&
  733. CONST GA_SpecialInfo& = &h80030012&
  734. CONST PGA_Total& = &h80031007&
  735. CONST PGA_Visible& = &h80031008&
  736. CONST EO_ENTER& = 5&
  737. CONST WFLG_REFRESHBITS& = &hC0&
  738. CONST WA_PubScreenName& = &h80000078&
  739. CONST SPOS_MAKEVISIBLE& = 2&
  740. CONST SB_SCREEN_BITMAP& = 1&
  741. CONST PARALLEL_PRINTER& = 0&
  742. CONST BAUD_110& = 0&
  743. CONST US_LETTER& = 0&
  744. CONST EURO_A2& = &h70&
  745. CONST GA_Left& = &h80030001&
  746. CONST GA_LeftBorder& = &h80030019&
  747. CONST STRINGA_ExitHelp& = &h80032013&
  748. CONST WFLG_NEWLOOKMENUS& = &h200000&
  749. CONST SA_PubSig& = &h80000030&
  750. CONST SA_Behind& = &h80000037&
  751. CONST SA_Draggable& = &h8000003E&
  752. CONST SCREEN_DRAG& = &h4000&
  753. CONST BAUD_300& = 1&
  754. CONST EURO_A3& = &h80&
  755. CONST PGA_HorizBody& = &h80031004&
  756. CONST STRINGA_Buffer& = &h80032002&
  757. CONST ICSPECIAL_CODE& = &h80040003&
  758. CONST DEPTHIMAGE& = 0&
  759. CONST RESCOUNT& = 2&
  760. CONST EO_DELBACKWARD& = 2&
  761. CONST ITEMTEXT& = 2&
  762. CONST GFLG_LABELITEXT& = 0&
  763. CONST KNOBHIT& = &h100&
  764. CONST IDCMP_DELTAMOVE& = &h100000&
  765. CONST WA_DetailPen& = &h80000068&
  766. CONST WA_SizeBRight& = &h8000008E&
  767. CONST DRIF_NEWLOOK& = 1&
  768. CONST EURO_A4& = &h90&
  769. CONST KEYCODE_GREATER& = &h39&
  770. CONST GA_RelRight& = &h80030002&
  771. CONST LORIENT_HORIZ& = 1&
  772. CONST IA_Left& = &h80020001&
  773. CONST IA_APattern& = &h80020010&
  774. CONST CLOSEIMAGE& = 3&
  775. CONST EO_MOVECURSOR& = 4&
  776. CONST GFLG_GADGHCOMP& = 0&
  777. CONST GACT_STRINGRIGHT& = &h400&
  778. CONST GTYP_WZOOM& = &h60&
  779. CONST GMORE_BOUNDS& = 1&
  780. CONST IDCMP_INTUITICKS& = &h400000&
  781. CONST WA_DepthGadget& = &h80000083&
  782. CONST EURO_A5& = &hA0&
  783. CONST INTEGER_SCALING& = &h100&
  784. CONST STRINGA_UndoBuffer& = &h80032003&
  785. CONST GFLG_GADGHNONE& = 3&
  786. CONST MENUCANCEL& = 2&
  787. CONST WA_CloseGadget& = &h80000084&
  788. CONST MOUSE_ACCEL& = &h8000&
  789. CONST EURO_A6& = &hB0&
  790. CONST AUTOFRONTPEN& = 0&
  791. CONST GA_RelWidth& = &h80030006&
  792. CONST GA_Height& = &h80030007&
  793. CONST STRINGA_BufferPos& = &h80032005&
  794. CONST STRINGA_DispPos& = &h80032006&
  795. CONST EO_RESET& = 6&
  796. CONST SGA_END& = 2&
  797. CONST MIDRAWN& = &h100&
  798. CONST GFLG_LABELMASK& = &h3000&
  799. CONST OKABORT& = 4&
  800. CONST WFLG_SUPER_BITMAP& = &h80&
  801. CONST BAUD_19200& = 6&
  802. CONST EURO_A7& = &hC0&
  803. CONST AUTOTOPEDGE& = 3&
  804. CONST PGA_VertPot& = &h80031005&
  805. CONST STRINGA_ActivePens& = &h8003200A&
  806. CONST FRAME_BUTTON& = 1&
  807. CONST GFLG_IMAGEDISABLE& = &h800&
  808. CONST IDCMP_MENUVERIFY& = &h2000&
  809. CONST WFLG_RMBTRAP& = &h10000&
  810. CONST LACEWB& = 1&
  811. CONST EURO_A8& = &hD0&
  812. CONST AMIGARIGHT& = &h80&
  813. CONST TABLETA_ButtonBits& = &h8003A007&
  814. CONST IA_Height& = &h80020004&
  815. CONST IA_LineWidth& = &h80020008&
  816. CONST SGM_REPLACE& = 1&
  817. CONST GACT_IMMEDIATE& = 2&
  818. CONST GACT_BOOLEXTEND& = &h2000&
  819. CONST MAXBODY& = &hFFFF&
  820. CONST SHADE_COLOR& = 2&
  821. CONST CORRECT_RGB_MASK& = 7&
  822. CONST CHECKWIDTH& = &h13&
  823. CONST GA_SysGadget& = &h8003001D&
  824. CONST PGA_Dummy& = &h80031000&
  825. CONST STRINGA_Pens& = &h80032009&
  826. CONST IA_ShadowPen& = &h80020009&
  827. CONST EO_REPLACECHAR& = 7&
  828. CONST COMMSEQ& = 4&
  829. CONST NOISYREQ& = 4&
  830. CONST STRINGA_Font& = &h80032008&
  831. CONST ICM_Dummy& = &h401&
  832. CONST IA_EdgesOnly& = &h80020017&
  833. CONST SGM_NOFILTER& = 4&
  834. CONST SGM_EXITHELP& = &h80&
  835. CONST WA_MinHeight& = &h80000073&
  836. CONST GA_Border& = &h8003000B&
  837. CONST GA_SysGType& = &h8003001E&
  838. CONST GM_GOACTIVE& = 2&
  839. CONST IM_HITFRAME& = &h208&
  840. CONST GACT_FOLLOWMOUSE& = 8&
  841. CONST IDCMP_LONELYMESSAGE& = &h80000000&
  842. CONST OSERR_UNKNOWNMODE& = 6&
  843. CONST ASPECT_HORIZ& = 0&
  844. CONST PIXEL_DIMENSIONS& = &h40&
  845. CONST GA_Selected& = &h80030013&
  846. CONST STRINGA_TextVal& = &h80032012&
  847. CONST IA_HighlightPen& = &h8002000A&
  848. CONST RIGHTIMAGE& = &hC&
  849. CONST ISDRAWN& = &h1000&
  850. CONST GTYP_GADGET0002& = 2&
  851. CONST WFLG_SIZEGADGET& = 1&
  852. CONST WA_MaxHeight& = &h80000075&
  853. CONST CBM_MPS1000& = 3&
  854. CONST GA_Immediate& = &h80030015&
  855. CONST PGA_HorizPot& = &h80031003&
  856. CONST LORIENT_NONE& = 0&
  857. CONST IA_FrameType& = &h8002001B&
  858. CONST IDCMP_SIZEVERIFY& = 1&
  859. CONST MENUWAITING& = 3&
  860. CONST WA_WBenchWindow& = &h8000008B&
  861. CONST SCREENQUIET& = &h100&
  862. CONST SA_Left& = &h80000021&
  863. CONST SA_PubTask& = &h80000031&
  864. CONST WA_Flags& = &h8000006B&
  865. CONST PEN_C0& = &hFEFF&
  866. CONST SA_ErrorCode& = &h8000002A&
  867. CONST GA_Top& = &h80030003&
  868. CONST GA_SelectRender& = &h8003000C&
  869. CONST GA_TopBorder& = &h8003001A&
  870. CONST IA_Pens& = &h8002000E&
  871. CONST IM_FRAMEBOX& = &h207&
  872. CONST WA_SuperBitMap& = &h80000071&
  873. CONST WA_SizeGadget& = &h80000081&
  874. CONST PEN_C1& = &hFEFE&
  875. CONST OSCAN_VIDEO& = 4&
  876. CONST GA_RightBorder& = &h80030018&
  877. CONST LAYOUTA_Spacing& = &h80038002&
  878. CONST IA_Font& = &h80020013&
  879. CONST WFLG_HASZOOM& = &h20000000&
  880. CONST WA_MenuHelp& = &h80000092&
  881. CONST PEN_C2& = &hFEFD&
  882. CONST IMAGE_NEGATIVE& = 1&
  883. CONST GA_ToggleSelect& = &h8003001C&
  884. CONST IA_Top& = &h80020002&
  885. CONST GTYP_BOOLGADGET& = 1&
  886. CONST WA_Left& = &h80000064&
  887. CONST PEN_C3& = &hFEFC&
  888. CONST SA_Height& = &h80000024&
  889. CONST SA_FrontChild& = &h80000045&
  890. CONST PSNF_PRIVATE& = 1&
  891. CONST CORRECT_RED& = 1&
  892. CONST FLOYD_DITHERING& = &h400&
  893. CONST MIDDLEDOWN& = &h6A&
  894. CONST OPUF_INTERIM& = 1&
  895. CONST GA_Width& = &h80030005&
  896. CONST STRINGA_WorkBuffer& = &h80032004&
  897. CONST IDS_BUSY& = 3&
  898. CONST SIZEGADGET& = 2&
  899. CONST HIGHIMAGE& = 0&
  900. CONST WFLG_SIZEBBOTTOM& = &h20&
  901. CONST SA_Depth& = &h80000025&
  902. CONST SA_SharePens& = &h80000040&
  903. CONST EPSON_JX_80& = 8&
  904. CONST CURSORUP& = &h4C&
  905. CONST IA_Recessed& = &h80020015&
  906. CONST WBENCHOPEN& = 1&
  907. CONST IA_Width& = &h80020003&
  908. CONST MENUHOT& = 1&
  909. CONST WA_PubScreen& = &h80000079&
  910. CONST FILLTEXTPEN& = 6&
  911. CONST IA_DoubleEmboss& = &h80020016&
  912. CONST GFLG_GADGHIGHBITS& = 3&
  913. CONST WFLG_NW_EXTENDED& = &h40000&
  914. CONST WA_Height& = &h80000067&
  915. CONST WA_SizeBBottom& = &h8000008F&
  916. CONST SBUF_16000& = 5&
  917. CONST GA_RelBottom& = &h80030004&
  918. CONST GA_Highlight& = &h8003000D&
  919. CONST GA_RelVerify& = &h80030016&
  920. CONST GA_Next& = &h80030020&
  921. CONST INTUITION_INTUITIONBASE_H& = 1&
  922. CONST SGM_FIXEDFIELD& = 2&
  923. CONST GFLG_RELHEIGHT& = &h40&
  924. CONST GACT_STRINGLEFT& = 0&
  925. CONST IDCMP_REQCLEAR& = &h1000&
  926. CONST IDCMP_CHANGEWINDOW& = &h2000000&
  927. CONST WA_Gadgets& = &h8000006C&
  928. CONST WA_Checkmark& = &h8000006D&
  929. CONST WA_MinWidth& = &h80000072&
  930. CONST NS_EXTENDED& = &h1000&
  931. CONST SDEPTH_INFAMILY& = 2&
  932. CONST HP_LASERJET& = &hB&
  933. CONST SPARITY_MARK& = 3&
  934. CONST GFLG_DISABLED& = &h100&
  935. CONST GACT_ACTIVEGADGET& = &h4000&
  936. CONST TOPAZ_EIGHTY& = 8&
  937. CONST GA_Bounds& = &h80030026&
  938. CONST IM_DRAW& = &h202&
  939. CONST IDCMP_GADGETUP& = &h40&
  940. CONST WA_MaxWidth& = &h80000074&
  941. CONST WA_InnerHeight& = &h80000077&
  942. CONST WA_Backdrop& = &h80000085&
  943. CONST SA_Pens& = &h8000003A&
  944. CONST OM_ADDTAIL& = &h105&
  945. CONST PGA_Borderless& = &h80031002&
  946. CONST GMR_HELPHIT& = &hFFFFFFFF&
  947. CONST SA_Font& = &h8000002B&
  948. CONST DIAB_ADV_D25& = 5&
  949. CONST SPARITY_EVEN& = 1&
  950. CONST AMIGALEFT& = &h40&
  951. CONST STRINGA_Dummy& = &h80032000&
  952. CONST LAYOUTA_LayoutObj& = &h80038001&
  953. CONST IDCMP_REFRESHWINDOW& = 4&
  954. CONST WFLG_BORDERLESS& = &h800&
  955. CONST SA_Top& = &h80000022&
  956. CONST HALFTONE_DITHERING& = &h200&
  957. CONST DIMENSIONS_MASK& = &hF0&
  958. CONST ICTARGET_IDCMP& = &hFFFFFFFF&
  959. CONST SINGLE& = &h80&
  960. CONST SBUF_512& = 0&
  961. CONST SPARITY_NONE& = 0&
  962. CONST GA_Text& = &h80030009&
  963. CONST SGA_USE& = 1&
  964. CONST HIGHFLAGS& = &hC0&
  965. CONST CWCODE_MOVESIZE& = 0&
  966. CONST TEXTPEN& = 2&
  967. CONST DEADEND_ALERT& = &h80000000&
  968. CONST TABLETA_Pressure& = &h8003A006&
  969. CONST DMODECOUNT& = 2&
  970. CONST NOREQBACKFILL& = &h40&
  971. CONST SA_Width& = &h80000023&
  972. CONST SA_LikeWorkbench& = &h80000047&
  973. CONST SPARITY_BITS& = &hF0&
  974. CONST AUTONEXTTEXT& = 0&
  975. CONST GA_Dummy& = &h80030000&
  976. CONST LORIENT_VERT& = 2&
  977. CONST ICA_TARGET& = &h80040001&
  978. CONST LEFTIMAGE& = &hA&
  979. CONST EO_UNDO& = &hB&
  980. CONST WA_Top& = &h80000065&
  981. CONST BARTRIMPEN& = &hB&
  982. CONST QUME_LP_20& = &hA&
  983. CONST ABSOLUTE_DIMENSIONS& = &h20&
  984. CONST FRAMEF_SPECIFY& = 1&
  985. CONST EO_SPECIAL& = &hD&
  986. CONST SGH_KEY& = 1&
  987. CONST GTYP_SUPFRONT& = &h50&
  988. CONST IDCMP_REQVERIFY& = &h800&
  989. CONST WFLG_VISITOR& = &h8000000&
  990. CONST HC_GADGETHELP& = 1&
  991. CONST SA_Title& = &h80000028&
  992. CONST OSCAN_STANDARD& = 2&
  993. CONST ANTI_ALIAS& = &h800&
  994. CONST IA_Dummy& = &h80020000&
  995. CONST WFLG_SIZEBRIGHT& = &h10&
  996. CONST OSERR_NOCHIPMEM& = 4&
  997. CONST CUSTOM_NAME& = 0&
  998. CONST SHSHAKE_XON& = 0&
  999. CONST TABLETA_InProximity& = &h8003A008&
  1000. CONST TABLETA_ResolutionX& = &h8003A009&
  1001. CONST LAYOUTA_Dummy& = &h80038000&
  1002. CONST IM_MOVE& = &h205&
  1003. CONST MENUTOGGLE& = 8&
  1004. CONST GACT_ALTKEYMAP& = &h1000&
  1005. CONST IDCMP_DISKINSERTED& = &h8000&
  1006. CONST WA_Width& = &h80000066&
  1007. CONST WA_WindowName& = &h8000007B&
  1008. CONST SA_FullPalette& = &h8000003B&
  1009. CONST POINTERSIZE& = &h24&
  1010. CONST CURSORRIGHT& = &h4E&
  1011. CONST TABLETA_ResolutionY& = &h8003A00A&
  1012. CONST GA_BottomBorder& = &h8003001B&
  1013. CONST SG_DEFAULTMAXCHARS& = &h80&
  1014. CONST GM_HELPTEST& = 5&
  1015. CONST IDCMP_MOUSEMOVE& = &h10&
  1016. CONST WFLG_NOCAREREFRESH& = &h20000&
  1017. CONST WFLG_ZOOMED& = &h10000000&
  1018. CONST SA_ColorMapEntries& = &h8000003C&
  1019. CONST SA_Parent& = &h8000003D&
  1020. CONST SELECTDOWN& = &h68&
  1021. CONST MENUCHECK& = &h10&
  1022. CONST GFLG_GADGHBOX& = 1&
  1023. CONST GTYP_WUPFRONT& = &h40&
  1024. CONST IDCMP_MENUPICK& = &h100&
  1025. CONST WA_Title& = &h8000006E&
  1026. CONST WA_Activate& = &h80000089&
  1027. CONST WA_HelpGroup& = &h8000009B&
  1028. CONST BACKGROUNDPEN& = 7&
  1029. CONST INTUITION_GADGETCLASS_H& = 1&
  1030. CONST ICM_SETLOOP& = &h402&
  1031. CONST EO_NOOP& = 1&
  1032. CONST WA_InnerWidth& = &h80000076&
  1033. CONST SA_Type& = &h8000002D&
  1034. CONST SHSHAKE_RTS& = 1&
  1035. CONST DITHERING_MASK& = &h600&
  1036. CONST IA_BGPen& = &h80020006&
  1037. CONST PROPNEWLOOK& = &h10&
  1038. CONST IDCMP_MENUHELP& = &h1000000&
  1039. CONST WFLG_REPORTMOUSE& = &h200&
  1040. CONST WA_ScreenTitle& = &h8000006F&
  1041. CONST WA_NewLookMenus& = &h80000093&
  1042. CONST ExtNewScreenDETAILPEN& = 0&
  1043. CONST SA_Quiet& = &h80000038&
  1044. CONST ASPECT_VERT& = 1&
  1045. CONST HP_LASERJET_PLUS& = &hC&
  1046. CONST BOUNDED_DIMENSIONS& = &h10&
  1047. CONST NOITEM& = &h3F&
  1048. CONST GFLG_TABCYCLE& = &h200&
  1049. CONST GTYP_PROPGADGET& = 3&
  1050. CONST STDSCREENWIDTH& = &hFFFFFFFF&
  1051. CONST SGM_LONGINT& = &h40&
  1052. CONST GTYP_GADGETTYPE& = &hFC00&
  1053. CONST LW_RESERVED& = 1&
  1054. CONST SPARITY_ODD& = 2&
  1055. CONST IDS_INACTIVENORMAL& = 5&
  1056. CONST IDS_SELECTEDDISABLED& = 8&
  1057. CONST GFLG_SELECTED& = &h80&
  1058. CONST WA_GimmeZeroZero& = &h80000091&
  1059. CONST WA_TabletMessages& = &h8000009A&
  1060. CONST NSTAG_EXT_VPMODE& = &h80000001&
  1061. CONST OSERR_NOTAVAILABLE& = 9&
  1062. CONST GREDRAW_TOGGLE& = 0&
  1063. CONST IA_FGPen& = &h80020005&
  1064. CONST SUPFRONTGADGET& = 5&
  1065. CONST INTUITION_INTUITION_H& = 1&
  1066. CONST DRI_VERSION& = 2&
  1067. CONST PENSHARED& = &h400&
  1068. CONST SA_Dummy& = &h80000020&
  1069. CONST SA_SysFont& = &h8000002C&
  1070. CONST LETTER& = &h100&
  1071. CONST GA_GZZGadget& = &h8003000F&
  1072. CONST GM_Dummy& = &hFFFFFFFF&
  1073. CONST GREDRAW_UPDATE& = 2&
  1074. CONST IA_Outline& = &h80020014&
  1075. CONST GACT_TOPBORDER& = &h40&
  1076. CONST GTYP_SUNUSED& = &h70&
  1077. CONST SA_Colors& = &h80000029&
  1078. CONST SA_Colors32& = &h80000043&
  1079. CONST SREAD_BITS& = &hF0&
  1080. CONST AMIGAKEYS& = &hC0&
  1081. CONST GM_HANDLEINPUT& = 3&
  1082. CONST DOWNIMAGE& = &hD&
  1083. CONST WA_Zoom& = &h8000007D&
  1084. CONST OSERR_NOMEM& = 3&
  1085. CONST NOMENU& = &h1F&
  1086. CONST GA_IntuiText& = &h80030022&
  1087. CONST GREDRAW_REDRAW& = 1&
  1088. CONST GMR_NOREUSE& = 2&
  1089. CONST IDCMP_ACTIVEWINDOW& = &h40000&
  1090. CONST WA_AutoAdjust& = &h80000090&
  1091. CONST SCREENTYPE& = &hF&
  1092. CONST SA_ShowTitle& = &h80000036&
  1093. CONST SA_AutoScroll& = &h80000039&
  1094. CONST SPOS_FORCEDRAG& = 4&
  1095. CONST SIX_LPI& = 0&
  1096. CONST SGM_CONTROL& = &h20&
  1097. CONST IDCMP_IDCMPUPDATE& = &h800000&
  1098. CONST WA_Dummy& = &h80000063&
  1099. CONST WA_RptQueue& = &h80000080&
  1100. CONST BAUD_MIDI& = 7&
  1101. CONST SIZEIMAGE& = 2&
  1102. CONST LOWRESPICK& = 1&
  1103. CONST SGM_NOWORKB& = &h10&
  1104. CONST WFLG_SIMPLE_REFRESH& = &h40&
  1105. CONST WA_Colors& = &h8000007C&
  1106. CONST WA_PointerDelay& = &h80000099&
  1107. CONST SA_Reserved& = &h80000048&
  1108. CONST SGA_PREVACTIVE& = &h40&
  1109. CONST NUMDRIPENS& = &hC&
  1110. CONST SCREENBEHIND& = &h80&
  1111. CONST SA_Overscan& = &h80000034&
  1112. CONST DRAFT& = 0&
  1113. CONST GA_FollowMouse& = &h80030017&
  1114. CONST FRAME_DEFAULT& = 0&
  1115. CONST GFLG_EXTENDED& = &h8000&
  1116. CONST GTYP_SDEPTH& = &h50&
  1117. CONST BARDETAILPEN& = 9&
  1118. CONST IMAGE_POSITIVE& = 0&
  1119. CONST ALPHA_P_101& = 1&
  1120. CONST LOWCHECKWIDTH& = &hD&
  1121. CONST ICM_CHECKLOOP& = &h404&
  1122. CONST IM_ERASEFRAME& = &h209&
  1123. CONST EO_BIGCHANGE& = &hA&
  1124. CONST SGA_NEXTACTIVE& = &h20&
  1125. CONST GACT_RELVERIFY& = 1&
  1126. CONST GACT_TOGGLESELECT& = &h100&
  1127. CONST PROPBORDERLESS& = 8&
  1128. CONST IDCMP_NEWPREFS& = &h4000&
  1129. CONST WA_NotifyDepth& = &h80000095&
  1130. CONST ELITE& = &h400&
  1131. CONST TABLETA_AngleX& = &h8003A003&
  1132. CONST OM_Dummy& = &h100&
  1133. CONST CLF_INLIST& = 1&
  1134. CONST IDS_INACTIVEDISABLED& = 7&
  1135. CONST HIRESPICK& = 0&
  1136. CONST GFLG_RELBOTTOM& = 8&
  1137. CONST GTYP_SCRGADGET& = &h4000&
  1138. CONST GTYP_REQGADGET& = &h1000&
  1139. CONST MAXPOT& = &hFFFF&
  1140. CONST WA_SimpleRefresh& = &h8000008C&
  1141. CONST AUTOSCROLL& = &h4000&
  1142. CONST SA_Interleaved& = &h80000042&
  1143. CONST SA_VideoControl& = &h80000044&
  1144. CONST BAUD_1200& = 2&
  1145. CONST TABLETA_AngleY& = &h8003A004&
  1146. CONST GA_ID& = &h80030010&
  1147. CONST IDS_NORMAL& = 0&
  1148. CONST REQACTIVE& = &h2000&
  1149. CONST INTUITION_PREFERENCES_H& = 1&
  1150. CONST ORDERED_DITHERING& = 0&
  1151. CONST MENUUP& = &hE9&
  1152. CONST CURSORLEFT& = &h4F&
  1153. CONST TABLETA_AngleZ& = &h8003A005&
  1154. CONST SYSIA_DrawInfo& = &h80020018&
  1155. CONST GTYP_SDRAGGING& = &h30&
  1156. CONST GTYP_WDEPTH& = &h40&
  1157. CONST OKCANCEL& = 2&
  1158. CONST WA_RMBTrap& = &h8000008A&
  1159. CONST WA_SmartRefresh& = &h8000008D&
  1160. CONST CUSTOM& = &h40&
  1161. CONST SWRITE_BITS& = &hF&
  1162. CONST KEYCODE_B& = &h35&
  1163. CONST OM_GET& = &h104&
  1164. CONST WFLG_BACKDROP& = &h100&
  1165. CONST BAUD_2400& = 3&
  1166. CONST WA_MouseQueue& = &h8000007E&
  1167. CONST DIAB_C_150& = 6&
  1168. CONST GMR_GADGETHIT& = 4&
  1169. CONST SGH_CLICK& = 2&
  1170. CONST IDCMP_GADGETHELP& = &h4000000&
  1171. CONST SHANGHAI& = 1&
  1172. CONST ZOOMIMAGE& = 1&
  1173. CONST GFLG_GADGHIMAGE& = 2&
  1174. CONST GTYP_WDRAGGING& = &h20&
  1175. CONST WA_Pointer& = &h80000097&
  1176. CONST SHADOWPEN& = 4&
  1177. CONST SYSISIZE_MEDRES& = 0&
  1178. CONST WA_CustomScreen& = &h80000070&
  1179. CONST TABLETA_RangeZ& = &h8003A002&
  1180. CONST GMR_PREVACTIVE& = &h20&
  1181. CONST ICM_CLEARLOOP& = &h403&
  1182. CONST IDS_INDETERMINATE& = 4&
  1183. CONST DEFERREFRESH& = &h8000&
  1184. CONST GTYP_SDOWNBACK& = &h70&
  1185. CONST IDCMP_DISKREMOVED& = &h10000&
  1186. CONST UPFRONTGADGET& = 0&
  1187. CONST SDEPTH_TOBACK& = 1&
  1188. CONST FILENAME_SIZE& = &h1E&
  1189. CONST BAUD_4800& = 4&
  1190. CONST COMMWIDTH& = &h1B&
  1191. CONST INTUITION_CLASSUSR_H& = 1&
  1192. CONST GMR_NEXTACTIVE& = &h10&
  1193. CONST SYSIA_Which& = &h8002000D&
  1194. CONST GTYP_SIZING& = &h10&
  1195. CONST WBENCHSCREEN& = 1&
  1196. CONST OM_DISPOSE& = &h102&
  1197. CONST GM_GOINACTIVE& = 4&
  1198. CONST AMIGAKEY& = &h11&
  1199. CONST IDS_DISABLED& = 2&
  1200. CONST GFLG_LABELIMAGE& = &h2000&
  1201. CONST FREEHORIZ& = 2&
  1202. CONST WA_Borderless& = &h80000088&
  1203. CONST WA_HelpGroupWindow& = &h8000009C&
  1204. CONST SYSIA_Depth& = &h8002000C&
  1205. CONST EO_DELFORWARD& = 3&
  1206. CONST INTUITION_CGHOOKS_H& = 1&
  1207. CONST GTYP_WDOWNBACK& = &h60&
  1208. CONST SERIAL_PRINTER& = 1&
  1209. CONST BAUD_9600& = 5&
  1210. CONST AUTOLEFTEDGE& = 6&
  1211. CONST INTUITION_CLASSES_H& = 1&
  1212. CONST OM_NEW& = &h101&
  1213. CONST STRINGA_FixedFieldMode& = &h8003200E&
  1214. CONST MULTIPLY_DIMENSIONS& = &h80&
  1215. CONST KEYCODE_M& = &h37&
  1216. CONST GA_Previous& = &h8003001F&
  1217. CONST INTUITION_IMAGECLASS_H& = 1&
  1218. CONST CHECKED& = &h100&
  1219. CONST GFLG_RELRIGHT& = &h10&
  1220. CONST WFLG_ACTIVATE& = &h1000&
  1221. CONST WFLG_MENUSTATE& = &h8000&
  1222. CONST PICA& = 0&
  1223. CONST CURSORDOWN& = &h4D&
  1224. CONST KEYCODE_N& = &h36&
  1225. CONST OM_SET& = &h103&
  1226. CONST GA_LabelImage& = &h80030023&
  1227. CONST SIMPLEREQ& = &h10&
  1228. CONST GTYP_SYSTYPEMASK& = &hF0&
  1229. CONST WA_PubScreenFallBack& = &h8000007A&
  1230. CONST SA_Exclusive& = &h8000003F&
  1231. CONST RECOVERY_ALERT& = 0&
  1232. CONST OM_ADDMEMBER& = &h109&
  1233. CONST STRINGA_Justification& = &h80032010&
  1234. CONST GFLG_RELWIDTH& = &h20&
  1235. CONST GACT_BOTTOMBORDER& = &h80&
  1236. CONST WFLG_WINDOWREFRESH& = &h1000000&
  1237. CONST ExtNewScreenBLOCKPEN& = 1&
  1238. CONST OSCAN_TEXT& = 1&
  1239. CONST CORRECT_GREEN& = 2&
  1240. CONST LAYOUTA_Orientation& = &h80038003&
  1241. CONST GM_HITTEST& = 0&
  1242. CONST GM_RENDER& = 1&
  1243. CONST FRAME_ICONDROPBOX& = 3&
  1244. CONST IDS_INACTIVESELECTED& = 6&
  1245. CONST IDS_INDETERMINANT& = 4&
  1246. CONST HIGHCOMP& = &h40&
  1247. CONST HIGHITEM& = &h2000&
  1248. CONST GTYP_CLOSE& = &h80&
  1249. CONST GTYP_STRGADGET& = 4&
  1250. CONST INTUITION_SCREENS_H& = 1&
  1251. CONST SA_BackChild& = &h80000046&
  1252. CONST EPSON& = 7&
  1253. CONST ALERT_TYPE& = &h80000000&
  1254. CONST KEYCODE_Q& = &h10&
  1255. CONST TABLETA_TabletZ& = &h8003A001&
  1256. CONST SYSIA_Pens& = &h8002000E&
  1257. CONST SDOWNBACKGADGET& = 6&
  1258. CONST ITEMENABLED& = &h10&
  1259. CONST HIGHNONE& = &hC0&
  1260. CONST GMORE_GADGETHELP& = 2&
  1261. CONST DEFAULTMOUSEQUEUE& = 5&
  1262. CONST PUBLICSCREEN& = 2&
  1263. CONST MAXPUBSCREENNAME& = &h8B&
  1264. CONST EIGHT_LPI& = &h200&
  1265. CONST BROTHER_15XL& = 2&
  1266. CONST GMR_VERIFY& = 8&
  1267. CONST IM_HITTEST& = &h203&
  1268. CONST GTYP_GZZGADGET& = &h2000&
  1269. CONST GMORE_SCROLLRASTER& = 4&
  1270. CONST OSERR_NOMONITOR& = 1&
  1271. CONST FINE& = &h800&
  1272. CONST NOSUB& = &h1F&
  1273. CONST GA_EndGadget& = &h80030014&
  1274. CONST IA_SupportsDisable& = &h8002001A&
  1275. CONST IDCMP_GADGETDOWN& = &h20&
  1276. CONST WFLG_DEPTHGADGET& = 4&
  1277. CONST SB_COPY_BITMAP& = 2&
  1278. CONST STRINGA_AltKeyMap& = &h80032007&
  1279. CONST SYSIA_ReferenceFont& = &h80020019&
  1280. CONST EO_INSERTCHAR& = 8&
  1281. CONST GACT_STRINGCENTER& = &h200&
  1282. CONST WFLG_DRAGBAR& = 2&
  1283. CONST WFLG_CLOSEGADGET& = 8&
  1284. CONST WA_BusyPointer& = &h80000098&
  1285. CONST SDRAGGADGET& = 7&
  1286. CONST SGA_REDISPLAY& = &h10&
  1287. CONST GACT_BORDERSNIFF& = &h8000&
  1288. CONST WA_ReportMouse& = &h80000086&
  1289. CONST OSCAN_MAX& = 3&
  1290. CONST CENTER_IMAGE& = 8&
  1291. CONST MIDDLEUP& = &hEA&
  1292. CONST KEYCODE_V& = &h34&
  1293. CONST SYSIA_Size& = &h8002000B&
  1294. CONST EO_BADFORMAT& = 9&
  1295. CONST GTYP_SYSGADGET& = &h8000&
  1296. CONST SA_MinimizeISG& = &h80000049&
  1297. CONST CUSTOMIMAGEDEPTH& = &hFFFFFFFF&
  1298. CONST MENUENABLED& = 1&
  1299. CONST KNOBHMIN& = 6&
  1300. CONST WFLG_GIMMEZEROZERO& = &h400&
  1301. CONST WFLG_INREQUEST& = &h4000&
  1302. CONST SBUF_1024& = 1&
  1303. CONST KEYCODE_X& = &h32&
  1304. CONST IA_APatSize& = &h80020011&
  1305. CONST SGA_BEEP& = 4&
  1306. CONST IDCMP_CLOSEWINDOW& = &h200&
  1307. CONST WFLG_OTHER_REFRESH& = &hC0&
  1308. CONST SA_BackFill& = &h80000041&
  1309. CONST SBUF_8000& = 4&
  1310. CONST GFLG_LABELSTRING& = &h1000&
  1311. CONST BOOLMASK& = 1&
  1312. CONST WFLG_WINDOWTICKED& = &h4000000&
  1313. CONST KEYCODE_Z& = &h31&
  1314. CONST CLOSEGADGET& = 3&
  1315. CONST BARBLOCKPEN& = &hA&
  1316. CONST IGNORE_DIMENSIONS& = 0&
  1317. CONST OM_UPDATE& = &h108&
  1318. CONST IDS_SELECTED& = 1&
  1319. CONST LOWRESGADGET& = 1&
  1320. CONST SGA_REUSE& = 8&
  1321. CONST GACT_STRINGEXTEND& = &h2000&
  1322. CONST CWCODE_DEPTH& = 1&
  1323. CONST SHINEPEN& = 3&
  1324. CONST SA_DClip& = &h80000033&
  1325. CONST SDEPTH_TOFRONT& = 0&
  1326. CONST GA_TabCycle& = &h80030024&
  1327. CONST GMR_HELPCODE& = &h10000&
  1328. CONST IA_Resolution& = &h8002000F&
  1329. CONST INTUITION_SGHOOKS_H& = 1&
  1330. CONST EO_CLEAR& = &hC&
  1331. CONST SGM_NOCHANGE& = 8&
  1332. CONST GFLG_STRINGEXTEND& = &h400&
  1333. CONST WFLG_WBENCHWINDOW& = &h2000000&
  1334. CONST WA_BackFill& = &h8000007F&
  1335. CONST WA_DragBar& = &h80000082&
  1336. CONST GACT_RIGHTBORDER& = &h10&
  1337. CONST IDCMP_MOUSEBUTTONS& = 8&
  1338. CONST WFLG_SMART_REFRESH& = 0&
  1339. CONST GMR_NOHELPHIT& = 0&
  1340. CONST CHECKIMAGE& = &hE&
  1341. CONST IDCMP_NEWSIZE& = 2&
  1342. CONST SA_DisplayID& = &h80000032&
  1343. CONST OSERR_ATTACHFAIL& = 8&
  1344. CONST SHADE_BW& = 0&
  1345. CONST SBUF_2048& = 2&
  1346. CONST AUTODRAWMODE& = 1&
  1347. CONST HIRESGADGET& = 0&
  1348.