home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-16 | 35.8 KB | 1,348 lines |
- ' intuition BASIC constants
-
- '$underlines
- 'Border fields
- CONST BorderLeftEdge% = 0
- CONST BorderTopEdge% = 2
- CONST BorderFrontPen% = 4
- CONST BorderBackPen% = 5
- CONST BorderDrawMode% = 6
- CONST BorderCount% = 7
- CONST XY% = 8
- CONST NextBorder% = 12
- CONST Border_sizeof%=16
- 'Menu fields
- CONST NextMenu% = 0
- CONST MenuLeftEdge% = 4
- CONST MenuTopEdge% = 6
- CONST MenuWidth% = 8
- CONST MenuHeight% = 10
- CONST MenuFlags% = 12
- CONST MenuName% = 14
- CONST FirstItem% = 18
- CONST JazzX% = 22
- CONST JazzY% = 24
- CONST BeatX% = 26
- CONST BeatY% = 28
- CONST Menu_sizeof%=30
- 'Screen fields
- CONST NextScreen% = 0
- CONST FirstWindow% = 4
- CONST ScreenLeftEdge% = 8
- CONST ScreenTopEdge% = 10
- CONST ScreenWidth% = 12
- CONST ScreenHeight% = 14
- CONST ScreenMouseY% = 16
- CONST ScreenMouseX% = 18
- CONST ScreenFlags% = 20
- CONST ScreenTitle% = 22
- CONST ScreenDefaultTitle% = 26
- CONST BarHeight% = 30
- CONST BarVBorder% = 31
- CONST BarHBorder% = 32
- CONST MenuVBorder% = 33
- CONST MenuHBorder% = 34
- CONST WBorTop% = 35
- CONST WBorLeft% = 36
- CONST WBorRight% = 37
- CONST WBorBottom% = 38
- CONST ScreenFont% = 40
- CONST ScreenViewPort% = 44
- CONST RastPort% = 84
- CONST ScreenBitMap% = 184
- CONST ScreenLayerInfo% = 224
- CONST ScreenFirstGadget% = 326
- CONST ScreenDetailPen% = 330
- CONST ScreenBlockPen% = 331
- CONST SaveColor0% = 332
- CONST BarLayer% = 334
- CONST ScreenExtData% = 338
- CONST ScreenUserData% = 342
- CONST Screen_sizeof%=346
- 'impFrameBox fields
- CONST impFrameBoxMethodID% = 0
- CONST imp_ContentsBox% = 4
- CONST imp_FrameBox% = 8
- CONST impFrameBoximp_DrInfo% = 12
- CONST imp_FrameFlags% = 16
- CONST impFrameBox_sizeof%=20
- 'gpGoInactive fields
- CONST gpGoInactiveMethodID% = 0
- CONST gpgi_GInfo% = 4
- CONST gpgi_Abort% = 8
- CONST gpGoInactive_sizeof%=12
- 'PropInfo fields
- CONST PropInfoFlags% = 0
- CONST HorizPot% = 2
- CONST VertPot% = 4
- CONST HorizBody% = 6
- CONST VertBody% = 8
- CONST CWidth% = 10
- CONST CHeight% = 12
- CONST HPotRes% = 14
- CONST VPotRes% = 16
- CONST LeftBorder% = 18
- CONST TopBorder% = 20
- CONST PropInfo_sizeof%=22
- 'opGet fields
- CONST opGetMethodID% = 0
- CONST opg_AttrID% = 4
- CONST opg_Storage% = 8
- CONST opGet_sizeof%=12
- 'Remember fields
- CONST NextRemember% = 0
- CONST RememberSize% = 4
- CONST Memory% = 8
- CONST Remember_sizeof%=12
- 'impErase fields
- CONST impEraseMethodID% = 0
- CONST impEraseimp_RPort% = 4
- CONST impEraseimp_Offset% = 8
- CONST impEraseX% = 8
- CONST impEraseY% = 10
- CONST impEraseimp_Dimensions% = 12
- CONST impEraseWidth% = 12
- CONST impEraseHeight% = 14
- CONST impErase_sizeof%=16
- 'opMember fields
- CONST opMemberMethodID% = 0
- CONST opam_Object% = 4
- CONST opMember_sizeof%=8
- 'gpHitTest fields
- CONST gpHitTestMethodID% = 0
- CONST gpht_GInfo% = 4
- CONST gpht_Mouse% = 8
- CONST gpHitTestX% = 8
- CONST gpHitTestY% = 10
- CONST gpHitTest_sizeof%=12
- 'gpRender fields
- CONST gpRenderMethodID% = 0
- CONST gpr_GInfo% = 4
- CONST gpr_RPort% = 8
- CONST gpr_Redraw% = 12
- CONST gpRender_sizeof%=16
- 'StringInfo fields
- CONST StringInfoBuffer% = 0
- CONST UndoBuffer% = 4
- CONST StringInfoBufferPos% = 8
- CONST MaxChars% = 10
- CONST DispPos% = 12
- CONST UndoPos% = 14
- CONST StringInfoNumChars% = 16
- CONST StringInfoDispCount% = 18
- CONST CLeft% = 20
- CONST CTop% = 22
- CONST StringInfoExtension% = 24
- CONST StringInfoLongInt% = 28
- CONST AltKeyMap% = 32
- CONST StringInfo_sizeof%=36
- 'impDraw fields
- CONST impDrawMethodID% = 0
- CONST impDrawimp_RPort% = 4
- CONST impDrawimp_Offset% = 8
- CONST impDrawX% = 8
- CONST impDrawY% = 10
- CONST imp_State% = 12
- CONST impDrawimp_DrInfo% = 16
- CONST impDrawimp_Dimensions% = 20
- CONST impDrawWidth% = 20
- CONST impDrawHeight% = 22
- CONST impDraw_sizeof%=24
- 'opSet fields
- CONST opSetMethodID% = 0
- CONST ops_AttrList% = 4
- CONST ops_GInfo% = 8
- CONST opSet_sizeof%=12
- 'IntuiMessage fields
- CONST ExecMessage% = 0
- CONST Class% = 20
- CONST IntuiMessageCode% = 24
- CONST Qualifier% = 26
- CONST IAddress% = 28
- CONST IntuiMessageMouseX% = 32
- CONST IntuiMessageMouseY% = 34
- CONST IntuiMessageSeconds% = 36
- CONST IntuiMessageMicros% = 40
- CONST IDCMPWindow% = 44
- CONST SpecialLink% = 48
- CONST IntuiMessage_sizeof%=52
- 'ExtIntuiMessage fields
- CONST eim_IntuiMessage% = 0
- CONST eim_TabletData% = 52
- CONST ExtIntuiMessage_sizeof%=56
- 'NewWindow fields
- CONST NewWindowLeftEdge% = 0
- CONST NewWindowTopEdge% = 2
- CONST NewWindowWidth% = 4
- CONST NewWindowHeight% = 6
- CONST NewWindowDetailPen% = 8
- CONST NewWindowBlockPen% = 9
- CONST NewWindowIDCMPFlags% = 10
- CONST NewWindowFlags% = 14
- CONST NewWindowFirstGadget% = 18
- CONST NewWindowCheckMark% = 22
- CONST NewWindowTitle% = 26
- CONST NewWindowScreen% = 30
- CONST NewWindowBitMap% = 34
- CONST NewWindowMinWidth% = 38
- CONST NewWindowMinHeight% = 40
- CONST NewWindowMaxWidth% = 42
- CONST NewWindowMaxHeight% = 44
- CONST NewWindowType% = 46
- CONST NewWindow_sizeof%=48
- 'ExtNewWindow fields
- CONST ExtNewWindowLeftEdge% = 0
- CONST ExtNewWindowTopEdge% = 2
- CONST ExtNewWindowWidth% = 4
- CONST ExtNewWindowHeight% = 6
- CONST ExtNewWindowDetailPen% = 8
- CONST ExtNewWindowBlockPen% = 9
- CONST ExtNewWindowIDCMPFlags% = 10
- CONST ExtNewWindowFlags% = 14
- CONST ExtNewWindowFirstGadget% = 18
- CONST ExtNewWindowCheckMark% = 22
- CONST ExtNewWindowTitle% = 26
- CONST ExtNewWindowScreen% = 30
- CONST ExtNewWindowBitMap% = 34
- CONST ExtNewWindowMinWidth% = 38
- CONST ExtNewWindowMinHeight% = 40
- CONST ExtNewWindowMaxWidth% = 42
- CONST ExtNewWindowMaxHeight% = 44
- CONST ExtNewWindowType% = 46
- CONST ExtNewWindowExtension% = 48
- CONST ExtNewWindow_sizeof%=52
- 'impHitTest fields
- CONST impHitTestMethodID% = 0
- CONST imp_Point% = 4
- CONST impHitTestX% = 4
- CONST impHitTestY% = 6
- CONST impHitTestimp_Dimensions% = 8
- CONST impHitTestWidth% = 8
- CONST impHitTestHeight% = 10
- CONST impHitTest_sizeof%=12
- 'opUpdate fields
- CONST opUpdateMethodID% = 0
- CONST opu_AttrList% = 4
- CONST opu_GInfo% = 8
- CONST opu_Flags% = 12
- CONST opUpdate_sizeof%=16
- 'Window fields
- CONST NextWindow% = 0
- CONST WindowLeftEdge% = 4
- CONST WindowTopEdge% = 6
- CONST WindowWidth% = 8
- CONST WindowHeight% = 10
- CONST WindowMouseY% = 12
- CONST WindowMouseX% = 14
- CONST WindowMinWidth% = 16
- CONST WindowMinHeight% = 18
- CONST WindowMaxWidth% = 20
- CONST WindowMaxHeight% = 22
- CONST WindowFlags% = 24
- CONST MenuStrip% = 28
- CONST WindowTitle% = 32
- CONST FirstRequest% = 36
- CONST DMRequest% = 40
- CONST ReqCount% = 44
- CONST WScreen% = 46
- CONST RPort% = 50
- CONST BorderLeft% = 54
- CONST BorderTop% = 55
- CONST BorderRight% = 56
- CONST BorderBottom% = 57
- CONST BorderRPort% = 58
- CONST WindowFirstGadget% = 62
- CONST Parent% = 66
- CONST Descendant% = 70
- CONST Pointer% = 74
- CONST PtrHeight% = 78
- CONST PtrWidth% = 79
- CONST WindowXOffset% = 80
- CONST WindowYOffset% = 81
- CONST WindowIDCMPFlags% = 82
- CONST UserPort% = 86
- CONST WindowPort% = 90
- CONST MessageKey% = 94
- CONST WindowDetailPen% = 98
- CONST WindowBlockPen% = 99
- CONST WindowCheckMark% = 100
- CONST WindowScreenTitle% = 104
- CONST GZZMouseX% = 108
- CONST GZZMouseY% = 110
- CONST GZZWidth% = 112
- CONST GZZHeight% = 114
- CONST WindowExtData% = 116
- CONST WindowUserData% = 120
- CONST WLayer% = 124
- CONST IFont% = 128
- CONST WindowMoreFlags% = 132
- CONST Window_sizeof%=136
- 'Preferences fields
- CONST FontHeight% = 0
- CONST PrinterPort% = 1
- CONST BaudRate% = 2
- CONST KeyRptSpeed% = 4
- CONST KeyRptDelay% = 12
- CONST PreferencesDoubleClick% = 20
- CONST PointerMatrix% = 28
- CONST PreferencesXOffset% = 100
- CONST PreferencesYOffset% = 101
- CONST color17% = 102
- CONST color18% = 104
- CONST color19% = 106
- CONST PointerTicks% = 108
- CONST color0% = 110
- CONST color1% = 112
- CONST color2% = 114
- CONST color3% = 116
- CONST ViewXOffset% = 118
- CONST ViewYOffset% = 119
- CONST ViewInitX% = 120
- CONST ViewInitY% = 122
- CONST EnableCLI% = 124
- CONST PrinterType% = 126
- CONST PrinterFilename% = 128
- CONST PrintPitch% = 158
- CONST PrintQuality% = 160
- CONST PrintSpacing% = 162
- CONST PrintLeftMargin% = 164
- CONST PrintRightMargin% = 166
- CONST PrintImage% = 168
- CONST PrintAspect% = 170
- CONST PrintShade% = 172
- CONST PrintThreshold% = 174
- CONST PaperSize% = 176
- CONST PaperLength% = 178
- CONST PaperType% = 180
- CONST SerRWBits% = 182
- CONST SerStopBuf% = 183
- CONST SerParShk% = 184
- CONST LaceWB% = 185
- CONST WorkName% = 186
- CONST RowSizeChange% = 216
- CONST ColumnSizeChange% = 217
- CONST PrintFlags% = 218
- CONST PrintMaxWidth% = 220
- CONST PrintMaxHeight% = 222
- CONST PrintDensity% = 224
- CONST PrintXOffset% = 225
- CONST wb_Width% = 226
- CONST wb_Height% = 228
- CONST wb_Depth% = 230
- CONST ext_size% = 231
- CONST Preferences_sizeof%=232
- 'IntuitionBase fields
- CONST IntuitionBaseLibNode% = 0
- CONST ViewLord% = 34
- CONST ActiveWindow% = 52
- CONST ActiveScreen% = 56
- CONST FirstScreen% = 60
- CONST IntuitionBaseFlags% = 64
- CONST IntuitionBaseMouseY% = 68
- CONST IntuitionBaseMouseX% = 70
- CONST IntuitionBaseSeconds% = 72
- CONST IntuitionBaseMicros% = 76
- CONST IntuitionBase_sizeof%=80
- 'IntuiText fields
- CONST IntuiTextFrontPen% = 0
- CONST IntuiTextBackPen% = 1
- CONST IntuiTextDrawMode% = 2
- CONST IntuiTextLeftEdge% = 4
- CONST IntuiTextTopEdge% = 6
- CONST ITextFont% = 8
- CONST IText% = 12
- CONST NextText% = 16
- CONST IntuiText_sizeof%=20
- 'StringExtend fields
- CONST StringExtendFont% = 0
- CONST Pens% = 4
- CONST ActivePens% = 6
- CONST InitialModes% = 8
- CONST EditHook% = 12
- CONST StringExtendWorkBuffer% = 16
- CONST StringExtendReserved% = 20
- CONST StringExtend_sizeof%=36
- 'gpInput fields
- CONST gpInputMethodID% = 0
- CONST gpi_GInfo% = 4
- CONST gpi_IEvent% = 8
- CONST gpi_Termination% = 12
- CONST gpi_Mouse% = 16
- CONST gpInputX% = 16
- CONST gpInputY% = 18
- CONST gpi_TabletData% = 20
- CONST gpInput_sizeof%=24
- 'EasyStruct fields
- CONST es_StructSize% = 0
- CONST EasyStructes_Flags% = 4
- CONST es_Title% = 8
- CONST es_TextFormat% = 12
- CONST es_GadgetFormat% = 16
- CONST EasyStruct_sizeof%=20
- 'PGX fields
- CONST pgx_Container% = 0
- CONST pgx_NewKnob% = 8
- CONST PGX_sizeof%=16
- 'gpLayout fields
- CONST gpLayoutMethodID% = 0
- CONST gpl_GInfo% = 4
- CONST gpl_Initial% = 8
- CONST gpLayout_sizeof%=12
- 'Requester fields
- CONST OlderRequest% = 0
- CONST RequesterLeftEdge% = 4
- CONST RequesterTopEdge% = 6
- CONST RequesterWidth% = 8
- CONST RequesterHeight% = 10
- CONST RelLeft% = 12
- CONST RelTop% = 14
- CONST ReqGadget% = 16
- CONST ReqBorder% = 20
- CONST ReqText% = 24
- CONST RequesterFlags% = 28
- CONST RequesterBackFill% = 30
- CONST ReqLayer% = 32
- CONST ReqPad1% = 36
- CONST ImageBMap% = 68
- CONST RWindow% = 72
- CONST ReqImage% = 76
- CONST ReqPad2% = 80
- CONST Requester_sizeof%=112
- 'IBox fields
- CONST Left% = 0
- CONST Top% = 2
- CONST IBoxWidth% = 4
- CONST IBoxHeight% = 6
- CONST IBox_sizeof%=8
- 'SGWork fields
- CONST Gadget% = 0
- CONST StringInfo% = 4
- CONST SGWorkWorkBuffer% = 8
- CONST PrevBuffer% = 12
- CONST SGWorkModes% = 16
- CONST IEvent% = 20
- CONST SGWorkCode% = 24
- CONST SGWorkBufferPos% = 26
- CONST SGWorkNumChars% = 28
- CONST Actions% = 30
- CONST SGWorkLongInt% = 34
- CONST GadgetInfo% = 38
- CONST EditOp% = 42
- CONST SGWork_sizeof%=44
- 'TabletHookData fields
- CONST thd_Screen% = 0
- CONST thd_Width% = 4
- CONST thd_Height% = 8
- CONST thd_ScreenChanged% = 12
- CONST TabletHookData_sizeof%=16
- 'IClass fields
- CONST cl_Dispatcher% = 0
- CONST cl_Reserved% = 20
- CONST cl_Super% = 24
- CONST cl_ID% = 28
- CONST cl_InstOffset% = 32
- CONST cl_InstSize% = 34
- CONST cl_UserData% = 36
- CONST cl_SubclassCount% = 40
- CONST cl_ObjectCount% = 44
- CONST cl_Flags% = 48
- CONST IClass_sizeof%=52
- 'TabletData fields
- CONST td_XFraction% = 0
- CONST td_YFraction% = 2
- CONST td_TabletX% = 4
- CONST td_TabletY% = 8
- CONST td_RangeX% = 12
- CONST td_RangeY% = 16
- CONST td_TagList% = 20
- CONST TabletData_sizeof%=24
- 'opAddTail fields
- CONST opAddTailMethodID% = 0
- CONST opat_List% = 4
- CONST opAddTail_sizeof%=8
- 'GadgetInfo fields
- CONST gi_Screen% = 0
- CONST gi_Window% = 4
- CONST gi_Requester% = 8
- CONST gi_RastPort% = 12
- CONST gi_Layer% = 16
- CONST gi_Domain% = 20
- CONST gi_Pens% = 28
- CONST GadgetInfoDetailPen% = 28
- CONST GadgetInfoBlockPen% = 29
- CONST gi_DrInfo% = 30
- CONST gi_Reserved% = 34
- CONST GadgetInfo_sizeof%=58
- 'Image fields
- CONST ImageLeftEdge% = 0
- CONST ImageTopEdge% = 2
- CONST ImageWidth% = 4
- CONST ImageHeight% = 6
- CONST ImageDepth% = 8
- CONST ImageImageData% = 10
- CONST ImagePlanePick% = 14
- CONST ImagePlaneOnOff% = 15
- CONST NextImage% = 16
- CONST Image_sizeof%=20
- 'PubScreenNode fields
- CONST psn_Node% = 0
- CONST psn_Screen% = 14
- CONST psn_Flags% = 18
- CONST psn_Size% = 20
- CONST psn_VisitorCount% = 22
- CONST psn_SigTask% = 24
- CONST psn_SigBit% = 28
- CONST PubScreenNode_sizeof%=29
- 'Gadget fields
- CONST GadgetNextGadget% = 0
- CONST GadgetLeftEdge% = 4
- CONST GadgetTopEdge% = 6
- CONST GadgetWidth% = 8
- CONST GadgetHeight% = 10
- CONST GadgetFlags% = 12
- CONST GadgetActivation% = 14
- CONST GadgetGadgetType% = 16
- CONST GadgetGadgetRender% = 18
- CONST GadgetSelectRender% = 22
- CONST GadgetGadgetText% = 26
- CONST GadgetMutualExclude% = 30
- CONST GadgetSpecialInfo% = 34
- CONST GadgetGadgetID% = 38
- CONST GadgetUserData% = 40
- CONST Gadget_sizeof%=44
- 'ExtGadget fields
- CONST ExtGadgetNextGadget% = 0
- CONST ExtGadgetLeftEdge% = 4
- CONST ExtGadgetTopEdge% = 6
- CONST ExtGadgetWidth% = 8
- CONST ExtGadgetHeight% = 10
- CONST ExtGadgetFlags% = 12
- CONST ExtGadgetActivation% = 14
- CONST ExtGadgetGadgetType% = 16
- CONST ExtGadgetGadgetRender% = 18
- CONST ExtGadgetSelectRender% = 22
- CONST ExtGadgetGadgetText% = 26
- CONST ExtGadgetMutualExclude% = 30
- CONST ExtGadgetSpecialInfo% = 34
- CONST ExtGadgetGadgetID% = 38
- CONST ExtGadgetUserData% = 40
- CONST ExtGadgetMoreFlags% = 44
- CONST BoundsLeftEdge% = 48
- CONST BoundsTopEdge% = 50
- CONST BoundsWidth% = 52
- CONST BoundsHeight% = 54
- CONST ExtGadget_sizeof%=56
- 'BoolInfo fields
- CONST BoolInfoFlags% = 0
- CONST BoolInfoMask% = 2
- CONST BoolInfoReserved% = 6
- CONST BoolInfo_sizeof%=10
- 'DrawInfo fields
- CONST dri_Version% = 0
- CONST dri_NumPens% = 2
- CONST dri_Pens% = 4
- CONST dri_Font% = 8
- CONST dri_Depth% = 12
- CONST dri_Resolution% = 14
- CONST DrawInfoX% = 14
- CONST DrawInfoY% = 16
- CONST dri_Flags% = 18
- CONST dri_CheckMark% = 22
- CONST dri_AmigaKey% = 26
- CONST dri_Reserved% = 30
- CONST DrawInfo_sizeof%=50
- '_Object fields
- CONST o_Node% = 0
- CONST o_Class% = 8
- CONST Object__sizeof%=12
- 'Msg fields
- CONST MsgMethodID% = 0
- CONST Msg_sizeof%=4
- 'MenuItem fields
- CONST NextItem% = 0
- CONST MenuItemLeftEdge% = 4
- CONST MenuItemTopEdge% = 6
- CONST MenuItemWidth% = 8
- CONST MenuItemHeight% = 10
- CONST MenuItemFlags% = 12
- CONST MenuItemMutualExclude% = 14
- CONST ItemFill% = 18
- CONST SelectFill% = 22
- CONST Command% = 26
- CONST SubItem% = 28
- CONST NextSelect% = 32
- CONST MenuItem_sizeof%=34
- 'NewScreen fields
- CONST NewScreenLeftEdge% = 0
- CONST NewScreenTopEdge% = 2
- CONST NewScreenWidth% = 4
- CONST NewScreenHeight% = 6
- CONST NewScreenDepth% = 8
- CONST NewScreenDetailPen% = 10
- CONST NewScreenBlockPen% = 11
- CONST NewScreenViewModes% = 12
- CONST NewScreenType% = 14
- CONST NewScreenFont% = 16
- CONST NewScreenDefaultTitle% = 20
- CONST NewScreenGadgets% = 24
- CONST NewScreenCustomBitMap% = 28
- CONST NewScreen_sizeof%=32
- 'ColorSpec fields
- CONST ColorIndex% = 0
- CONST ColorSpecRed% = 2
- CONST ColorSpecGreen% = 4
- CONST ColorSpecBlue% = 6
- CONST ColorSpec_sizeof%=8
- 'ScreenBuffer fields
- CONST sb_BitMap% = 0
- CONST sb_DBufInfo% = 4
- CONST ScreenBuffer_sizeof%=8
- 'ExtNewScreen fields
- CONST ExtNewScreenLeftEdge% = 0
- CONST ExtNewScreenTopEdge% = 2
- CONST ExtNewScreenWidth% = 4
- CONST ExtNewScreenHeight% = 6
- CONST ExtNewScreenDepth% = 8
- CONST ExtNewScreenDetailPen% = 10
- CONST ExtNewScreenBlockPen% = 11
- CONST ExtNewScreenViewModes% = 12
- CONST ExtNewScreenType% = 14
- CONST ExtNewScreenFont% = 16
- CONST ExtNewScreenDefaultTitle% = 20
- CONST ExtNewScreenGadgets% = 24
- CONST ExtNewScreenCustomBitMap% = 28
- CONST ExtNewScreenExtension% = 32
- CONST ExtNewScreen_sizeof%=36
- CONST SYSREQUEST& = &h4000&
- CONST IDCMP_VANILLAKEY& = &h200000&
- CONST ExtNewScreenSHOWTITLE& = &h10&
- CONST GA_GadgetHelp& = &h80030025&
- CONST GTYP_GTYPEMASK& = 7&
- CONST BEEPING& = &h20&
- CONST TOPAZ_SIXTY& = 9&
- CONST FANFOLD& = 0&
- CONST ALTRIGHT& = &h20&
- CONST IM_DRAWFRAME& = &h206&
- CONST CHECKIT& = 1&
- CONST IDCMP_WBENCHMESSAGE& = &h20000&
- CONST WFLG_WINDOWACTIVE& = &h2000&
- CONST SSTOP_BITS& = &hF0&
- CONST SYSISIZE_LOWRES& = 1&
- CONST GFLG_GADGIMAGE& = 4&
- CONST STRINGA_ReplaceMode& = &h8003200D&
- CONST SDEPTHIMAGE& = 5&
- CONST DOWNBACKGADGET& = 1&
- CONST HIGHLIGHTTEXTPEN& = 8&
- CONST SBUF_4096& = 3&
- CONST PGA_NewLook& = &h8003100A&
- CONST PREDRAWN& = 2&
- CONST AUTOKNOB& = 1&
- CONST FREEVERT& = 4&
- CONST OKOK& = 1&
- CONST WBENCHCLOSE& = 2&
- CONST SPARITY_SPACE& = 4&
- CONST AUTOBACKPEN& = 1&
- CONST STRINGA_NoFilterMode& = &h8003200F&
- CONST IA_Data& = &h80020007&
- CONST KNOBVMIN& = 4&
- CONST WA_IDCMP& = &h8000006A&
- CONST OM_REMOVE& = &h106&
- CONST GMR_MEACTIVE& = 0&
- CONST GMR_REUSE& = 4&
- CONST SYSISIZE_HIRES& = 2&
- CONST SELECTUP& = &hE8&
- CONST GA_Image& = &h8003000A&
- CONST PGA_Freedom& = &h80031001&
- CONST IM_ERASE& = &h204&
- CONST DRAGGADGET& = 4&
- CONST SA_BitMap& = &h8000002E&
- CONST OSERR_TOODEEP& = 7&
- CONST OKIMATE_20& = 9&
- CONST GREY_SCALE2& = &h1000&
- CONST STRINGA_MaxChars& = &h80032001&
- CONST STRINGA_EditHook& = &h8003200B&
- CONST GTYP_CUSTOMGADGET& = 5&
- CONST POPPUBSCREEN& = 2&
- CONST N_TRACTOR& = &h20&
- CONST SHSHAKE_NONE& = 2&
- CONST STRINGA_LongVal& = &h80032011&
- CONST SA_Obsolete1& = &h80000035&
- CONST SBUFSIZE_BITS& = &hF&
- CONST OM_REMMEMBER& = &h10A&
- CONST STRINGA_EditModes& = &h8003200C&
- CONST EVENTMAX& = &hA&
- CONST ExtNewScreenCUSTOMBITMAP& = &h40&
- CONST SHSHAKE_BITS& = &hF&
- CONST GFLG_RELSPECIAL& = &h4000&
- CONST GACT_LONGINT& = &h800&
- CONST IDCMP_INACTIVEWINDOW& = &h80000&
- CONST OSERR_NOCHIPS& = 2&
- CONST SHADE_GREYSCALE& = 1&
- CONST CORRECT_BLUE& = 4&
- CONST AUTOITEXTFONT& = 0&
- CONST GA_RelHeight& = &h80030008&
- CONST PGA_Top& = &h80031009&
- CONST WA_AmigaKey& = &h80000094&
- CONST STDSCREENHEIGHT& = &hFFFFFFFF&
- CONST KEYCODE_LESS& = &h38&
- CONST GA_Disabled& = &h8003000E&
- CONST FRAME_RIDGE& = 2&
- CONST GADGETCOUNT& = 8&
- CONST REQOFFWINDOW& = &h1000&
- CONST CUSTOMSCREEN& = &hF&
- CONST SA_PubName& = &h8000002F&
- CONST SPOS_RELATIVE& = 0&
- CONST US_LEGAL& = &h10&
- CONST GA_UserData& = &h80030011&
- CONST GM_LAYOUT& = 6&
- CONST POINTREL& = 1&
- CONST GACT_ENDGADGET& = 4&
- CONST SA_BlockPen& = &h80000027&
- CONST DIAB_630& = 4&
- CONST MENUDOWN& = &h69&
- CONST GA_DrawInfo& = &h80030021&
- CONST GA_RelSpecial& = &h80030027&
- CONST PGA_VertBody& = &h80031006&
- CONST UPIMAGE& = &hB&
- CONST MXIMAGE& = &hF&
- CONST HIGHBOX& = &h80&
- CONST USEREQIMAGE& = &h20&
- CONST GACT_LEFTBORDER& = &h20&
- CONST ICA_Dummy& = &h80040000&
- CONST IA_Mode& = &h80020012&
- CONST FILLPEN& = 5&
- CONST SDEPTH_CHILDONLY& = 2&
- CONST SPOS_ABSOLUTE& = 1&
- CONST LOWCOMMWIDTH& = &h10&
- CONST TABLETA_Dummy& = &h8003A000&
- CONST OM_NOTIFY& = &h107&
- CONST ICA_MAP& = &h80040002&
- CONST IDCMP_RAWKEY& = &h400&
- CONST SA_DetailPen& = &h80000026&
- CONST W_TRACTOR& = &h30&
- CONST EURO_A0& = &h50&
- CONST MENUNULL& = &hFFFF&
- CONST MENUTOGGLED& = &h4000&
- CONST IDCMP_REQSET& = &h80&
- CONST WA_BlockPen& = &h80000069&
- CONST WA_NoCareRefresh& = &h80000087&
- CONST SCREENHIRES& = &h200&
- CONST OSERR_PUBNOTUNIQUE& = 5&
- CONST EURO_A1& = &h60&
- CONST ALTLEFT& = &h10&
- CONST GA_SpecialInfo& = &h80030012&
- CONST PGA_Total& = &h80031007&
- CONST PGA_Visible& = &h80031008&
- CONST EO_ENTER& = 5&
- CONST WFLG_REFRESHBITS& = &hC0&
- CONST WA_PubScreenName& = &h80000078&
- CONST SPOS_MAKEVISIBLE& = 2&
- CONST SB_SCREEN_BITMAP& = 1&
- CONST PARALLEL_PRINTER& = 0&
- CONST BAUD_110& = 0&
- CONST US_LETTER& = 0&
- CONST EURO_A2& = &h70&
- CONST GA_Left& = &h80030001&
- CONST GA_LeftBorder& = &h80030019&
- CONST STRINGA_ExitHelp& = &h80032013&
- CONST WFLG_NEWLOOKMENUS& = &h200000&
- CONST SA_PubSig& = &h80000030&
- CONST SA_Behind& = &h80000037&
- CONST SA_Draggable& = &h8000003E&
- CONST SCREEN_DRAG& = &h4000&
- CONST BAUD_300& = 1&
- CONST EURO_A3& = &h80&
- CONST PGA_HorizBody& = &h80031004&
- CONST STRINGA_Buffer& = &h80032002&
- CONST ICSPECIAL_CODE& = &h80040003&
- CONST DEPTHIMAGE& = 0&
- CONST RESCOUNT& = 2&
- CONST EO_DELBACKWARD& = 2&
- CONST ITEMTEXT& = 2&
- CONST GFLG_LABELITEXT& = 0&
- CONST KNOBHIT& = &h100&
- CONST IDCMP_DELTAMOVE& = &h100000&
- CONST WA_DetailPen& = &h80000068&
- CONST WA_SizeBRight& = &h8000008E&
- CONST DRIF_NEWLOOK& = 1&
- CONST EURO_A4& = &h90&
- CONST KEYCODE_GREATER& = &h39&
- CONST GA_RelRight& = &h80030002&
- CONST LORIENT_HORIZ& = 1&
- CONST IA_Left& = &h80020001&
- CONST IA_APattern& = &h80020010&
- CONST CLOSEIMAGE& = 3&
- CONST EO_MOVECURSOR& = 4&
- CONST GFLG_GADGHCOMP& = 0&
- CONST GACT_STRINGRIGHT& = &h400&
- CONST GTYP_WZOOM& = &h60&
- CONST GMORE_BOUNDS& = 1&
- CONST IDCMP_INTUITICKS& = &h400000&
- CONST WA_DepthGadget& = &h80000083&
- CONST EURO_A5& = &hA0&
- CONST INTEGER_SCALING& = &h100&
- CONST STRINGA_UndoBuffer& = &h80032003&
- CONST GFLG_GADGHNONE& = 3&
- CONST MENUCANCEL& = 2&
- CONST WA_CloseGadget& = &h80000084&
- CONST MOUSE_ACCEL& = &h8000&
- CONST EURO_A6& = &hB0&
- CONST AUTOFRONTPEN& = 0&
- CONST GA_RelWidth& = &h80030006&
- CONST GA_Height& = &h80030007&
- CONST STRINGA_BufferPos& = &h80032005&
- CONST STRINGA_DispPos& = &h80032006&
- CONST EO_RESET& = 6&
- CONST SGA_END& = 2&
- CONST MIDRAWN& = &h100&
- CONST GFLG_LABELMASK& = &h3000&
- CONST OKABORT& = 4&
- CONST WFLG_SUPER_BITMAP& = &h80&
- CONST BAUD_19200& = 6&
- CONST EURO_A7& = &hC0&
- CONST AUTOTOPEDGE& = 3&
- CONST PGA_VertPot& = &h80031005&
- CONST STRINGA_ActivePens& = &h8003200A&
- CONST FRAME_BUTTON& = 1&
- CONST GFLG_IMAGEDISABLE& = &h800&
- CONST IDCMP_MENUVERIFY& = &h2000&
- CONST WFLG_RMBTRAP& = &h10000&
- CONST LACEWB& = 1&
- CONST EURO_A8& = &hD0&
- CONST AMIGARIGHT& = &h80&
- CONST TABLETA_ButtonBits& = &h8003A007&
- CONST IA_Height& = &h80020004&
- CONST IA_LineWidth& = &h80020008&
- CONST SGM_REPLACE& = 1&
- CONST GACT_IMMEDIATE& = 2&
- CONST GACT_BOOLEXTEND& = &h2000&
- CONST MAXBODY& = &hFFFF&
- CONST SHADE_COLOR& = 2&
- CONST CORRECT_RGB_MASK& = 7&
- CONST CHECKWIDTH& = &h13&
- CONST GA_SysGadget& = &h8003001D&
- CONST PGA_Dummy& = &h80031000&
- CONST STRINGA_Pens& = &h80032009&
- CONST IA_ShadowPen& = &h80020009&
- CONST EO_REPLACECHAR& = 7&
- CONST COMMSEQ& = 4&
- CONST NOISYREQ& = 4&
- CONST STRINGA_Font& = &h80032008&
- CONST ICM_Dummy& = &h401&
- CONST IA_EdgesOnly& = &h80020017&
- CONST SGM_NOFILTER& = 4&
- CONST SGM_EXITHELP& = &h80&
- CONST WA_MinHeight& = &h80000073&
- CONST GA_Border& = &h8003000B&
- CONST GA_SysGType& = &h8003001E&
- CONST GM_GOACTIVE& = 2&
- CONST IM_HITFRAME& = &h208&
- CONST GACT_FOLLOWMOUSE& = 8&
- CONST IDCMP_LONELYMESSAGE& = &h80000000&
- CONST OSERR_UNKNOWNMODE& = 6&
- CONST ASPECT_HORIZ& = 0&
- CONST PIXEL_DIMENSIONS& = &h40&
- CONST GA_Selected& = &h80030013&
- CONST STRINGA_TextVal& = &h80032012&
- CONST IA_HighlightPen& = &h8002000A&
- CONST RIGHTIMAGE& = &hC&
- CONST ISDRAWN& = &h1000&
- CONST GTYP_GADGET0002& = 2&
- CONST WFLG_SIZEGADGET& = 1&
- CONST WA_MaxHeight& = &h80000075&
- CONST CBM_MPS1000& = 3&
- CONST GA_Immediate& = &h80030015&
- CONST PGA_HorizPot& = &h80031003&
- CONST LORIENT_NONE& = 0&
- CONST IA_FrameType& = &h8002001B&
- CONST IDCMP_SIZEVERIFY& = 1&
- CONST MENUWAITING& = 3&
- CONST WA_WBenchWindow& = &h8000008B&
- CONST SCREENQUIET& = &h100&
- CONST SA_Left& = &h80000021&
- CONST SA_PubTask& = &h80000031&
- CONST WA_Flags& = &h8000006B&
- CONST PEN_C0& = &hFEFF&
- CONST SA_ErrorCode& = &h8000002A&
- CONST GA_Top& = &h80030003&
- CONST GA_SelectRender& = &h8003000C&
- CONST GA_TopBorder& = &h8003001A&
- CONST IA_Pens& = &h8002000E&
- CONST IM_FRAMEBOX& = &h207&
- CONST WA_SuperBitMap& = &h80000071&
- CONST WA_SizeGadget& = &h80000081&
- CONST PEN_C1& = &hFEFE&
- CONST OSCAN_VIDEO& = 4&
- CONST GA_RightBorder& = &h80030018&
- CONST LAYOUTA_Spacing& = &h80038002&
- CONST IA_Font& = &h80020013&
- CONST WFLG_HASZOOM& = &h20000000&
- CONST WA_MenuHelp& = &h80000092&
- CONST PEN_C2& = &hFEFD&
- CONST IMAGE_NEGATIVE& = 1&
- CONST GA_ToggleSelect& = &h8003001C&
- CONST IA_Top& = &h80020002&
- CONST GTYP_BOOLGADGET& = 1&
- CONST WA_Left& = &h80000064&
- CONST PEN_C3& = &hFEFC&
- CONST SA_Height& = &h80000024&
- CONST SA_FrontChild& = &h80000045&
- CONST PSNF_PRIVATE& = 1&
- CONST CORRECT_RED& = 1&
- CONST FLOYD_DITHERING& = &h400&
- CONST MIDDLEDOWN& = &h6A&
- CONST OPUF_INTERIM& = 1&
- CONST GA_Width& = &h80030005&
- CONST STRINGA_WorkBuffer& = &h80032004&
- CONST IDS_BUSY& = 3&
- CONST SIZEGADGET& = 2&
- CONST HIGHIMAGE& = 0&
- CONST WFLG_SIZEBBOTTOM& = &h20&
- CONST SA_Depth& = &h80000025&
- CONST SA_SharePens& = &h80000040&
- CONST EPSON_JX_80& = 8&
- CONST CURSORUP& = &h4C&
- CONST IA_Recessed& = &h80020015&
- CONST WBENCHOPEN& = 1&
- CONST IA_Width& = &h80020003&
- CONST MENUHOT& = 1&
- CONST WA_PubScreen& = &h80000079&
- CONST FILLTEXTPEN& = 6&
- CONST IA_DoubleEmboss& = &h80020016&
- CONST GFLG_GADGHIGHBITS& = 3&
- CONST WFLG_NW_EXTENDED& = &h40000&
- CONST WA_Height& = &h80000067&
- CONST WA_SizeBBottom& = &h8000008F&
- CONST SBUF_16000& = 5&
- CONST GA_RelBottom& = &h80030004&
- CONST GA_Highlight& = &h8003000D&
- CONST GA_RelVerify& = &h80030016&
- CONST GA_Next& = &h80030020&
- CONST INTUITION_INTUITIONBASE_H& = 1&
- CONST SGM_FIXEDFIELD& = 2&
- CONST GFLG_RELHEIGHT& = &h40&
- CONST GACT_STRINGLEFT& = 0&
- CONST IDCMP_REQCLEAR& = &h1000&
- CONST IDCMP_CHANGEWINDOW& = &h2000000&
- CONST WA_Gadgets& = &h8000006C&
- CONST WA_Checkmark& = &h8000006D&
- CONST WA_MinWidth& = &h80000072&
- CONST NS_EXTENDED& = &h1000&
- CONST SDEPTH_INFAMILY& = 2&
- CONST HP_LASERJET& = &hB&
- CONST SPARITY_MARK& = 3&
- CONST GFLG_DISABLED& = &h100&
- CONST GACT_ACTIVEGADGET& = &h4000&
- CONST TOPAZ_EIGHTY& = 8&
- CONST GA_Bounds& = &h80030026&
- CONST IM_DRAW& = &h202&
- CONST IDCMP_GADGETUP& = &h40&
- CONST WA_MaxWidth& = &h80000074&
- CONST WA_InnerHeight& = &h80000077&
- CONST WA_Backdrop& = &h80000085&
- CONST SA_Pens& = &h8000003A&
- CONST OM_ADDTAIL& = &h105&
- CONST PGA_Borderless& = &h80031002&
- CONST GMR_HELPHIT& = &hFFFFFFFF&
- CONST SA_Font& = &h8000002B&
- CONST DIAB_ADV_D25& = 5&
- CONST SPARITY_EVEN& = 1&
- CONST AMIGALEFT& = &h40&
- CONST STRINGA_Dummy& = &h80032000&
- CONST LAYOUTA_LayoutObj& = &h80038001&
- CONST IDCMP_REFRESHWINDOW& = 4&
- CONST WFLG_BORDERLESS& = &h800&
- CONST SA_Top& = &h80000022&
- CONST HALFTONE_DITHERING& = &h200&
- CONST DIMENSIONS_MASK& = &hF0&
- CONST ICTARGET_IDCMP& = &hFFFFFFFF&
- CONST SINGLE& = &h80&
- CONST SBUF_512& = 0&
- CONST SPARITY_NONE& = 0&
- CONST GA_Text& = &h80030009&
- CONST SGA_USE& = 1&
- CONST HIGHFLAGS& = &hC0&
- CONST CWCODE_MOVESIZE& = 0&
- CONST TEXTPEN& = 2&
- CONST DEADEND_ALERT& = &h80000000&
- CONST TABLETA_Pressure& = &h8003A006&
- CONST DMODECOUNT& = 2&
- CONST NOREQBACKFILL& = &h40&
- CONST SA_Width& = &h80000023&
- CONST SA_LikeWorkbench& = &h80000047&
- CONST SPARITY_BITS& = &hF0&
- CONST AUTONEXTTEXT& = 0&
- CONST GA_Dummy& = &h80030000&
- CONST LORIENT_VERT& = 2&
- CONST ICA_TARGET& = &h80040001&
- CONST LEFTIMAGE& = &hA&
- CONST EO_UNDO& = &hB&
- CONST WA_Top& = &h80000065&
- CONST BARTRIMPEN& = &hB&
- CONST QUME_LP_20& = &hA&
- CONST ABSOLUTE_DIMENSIONS& = &h20&
- CONST FRAMEF_SPECIFY& = 1&
- CONST EO_SPECIAL& = &hD&
- CONST SGH_KEY& = 1&
- CONST GTYP_SUPFRONT& = &h50&
- CONST IDCMP_REQVERIFY& = &h800&
- CONST WFLG_VISITOR& = &h8000000&
- CONST HC_GADGETHELP& = 1&
- CONST SA_Title& = &h80000028&
- CONST OSCAN_STANDARD& = 2&
- CONST ANTI_ALIAS& = &h800&
- CONST IA_Dummy& = &h80020000&
- CONST WFLG_SIZEBRIGHT& = &h10&
- CONST OSERR_NOCHIPMEM& = 4&
- CONST CUSTOM_NAME& = 0&
- CONST SHSHAKE_XON& = 0&
- CONST TABLETA_InProximity& = &h8003A008&
- CONST TABLETA_ResolutionX& = &h8003A009&
- CONST LAYOUTA_Dummy& = &h80038000&
- CONST IM_MOVE& = &h205&
- CONST MENUTOGGLE& = 8&
- CONST GACT_ALTKEYMAP& = &h1000&
- CONST IDCMP_DISKINSERTED& = &h8000&
- CONST WA_Width& = &h80000066&
- CONST WA_WindowName& = &h8000007B&
- CONST SA_FullPalette& = &h8000003B&
- CONST POINTERSIZE& = &h24&
- CONST CURSORRIGHT& = &h4E&
- CONST TABLETA_ResolutionY& = &h8003A00A&
- CONST GA_BottomBorder& = &h8003001B&
- CONST SG_DEFAULTMAXCHARS& = &h80&
- CONST GM_HELPTEST& = 5&
- CONST IDCMP_MOUSEMOVE& = &h10&
- CONST WFLG_NOCAREREFRESH& = &h20000&
- CONST WFLG_ZOOMED& = &h10000000&
- CONST SA_ColorMapEntries& = &h8000003C&
- CONST SA_Parent& = &h8000003D&
- CONST SELECTDOWN& = &h68&
- CONST MENUCHECK& = &h10&
- CONST GFLG_GADGHBOX& = 1&
- CONST GTYP_WUPFRONT& = &h40&
- CONST IDCMP_MENUPICK& = &h100&
- CONST WA_Title& = &h8000006E&
- CONST WA_Activate& = &h80000089&
- CONST WA_HelpGroup& = &h8000009B&
- CONST BACKGROUNDPEN& = 7&
- CONST INTUITION_GADGETCLASS_H& = 1&
- CONST ICM_SETLOOP& = &h402&
- CONST EO_NOOP& = 1&
- CONST WA_InnerWidth& = &h80000076&
- CONST SA_Type& = &h8000002D&
- CONST SHSHAKE_RTS& = 1&
- CONST DITHERING_MASK& = &h600&
- CONST IA_BGPen& = &h80020006&
- CONST PROPNEWLOOK& = &h10&
- CONST IDCMP_MENUHELP& = &h1000000&
- CONST WFLG_REPORTMOUSE& = &h200&
- CONST WA_ScreenTitle& = &h8000006F&
- CONST WA_NewLookMenus& = &h80000093&
- CONST ExtNewScreenDETAILPEN& = 0&
- CONST SA_Quiet& = &h80000038&
- CONST ASPECT_VERT& = 1&
- CONST HP_LASERJET_PLUS& = &hC&
- CONST BOUNDED_DIMENSIONS& = &h10&
- CONST NOITEM& = &h3F&
- CONST GFLG_TABCYCLE& = &h200&
- CONST GTYP_PROPGADGET& = 3&
- CONST STDSCREENWIDTH& = &hFFFFFFFF&
- CONST SGM_LONGINT& = &h40&
- CONST GTYP_GADGETTYPE& = &hFC00&
- CONST LW_RESERVED& = 1&
- CONST SPARITY_ODD& = 2&
- CONST IDS_INACTIVENORMAL& = 5&
- CONST IDS_SELECTEDDISABLED& = 8&
- CONST GFLG_SELECTED& = &h80&
- CONST WA_GimmeZeroZero& = &h80000091&
- CONST WA_TabletMessages& = &h8000009A&
- CONST NSTAG_EXT_VPMODE& = &h80000001&
- CONST OSERR_NOTAVAILABLE& = 9&
- CONST GREDRAW_TOGGLE& = 0&
- CONST IA_FGPen& = &h80020005&
- CONST SUPFRONTGADGET& = 5&
- CONST INTUITION_INTUITION_H& = 1&
- CONST DRI_VERSION& = 2&
- CONST PENSHARED& = &h400&
- CONST SA_Dummy& = &h80000020&
- CONST SA_SysFont& = &h8000002C&
- CONST LETTER& = &h100&
- CONST GA_GZZGadget& = &h8003000F&
- CONST GM_Dummy& = &hFFFFFFFF&
- CONST GREDRAW_UPDATE& = 2&
- CONST IA_Outline& = &h80020014&
- CONST GACT_TOPBORDER& = &h40&
- CONST GTYP_SUNUSED& = &h70&
- CONST SA_Colors& = &h80000029&
- CONST SA_Colors32& = &h80000043&
- CONST SREAD_BITS& = &hF0&
- CONST AMIGAKEYS& = &hC0&
- CONST GM_HANDLEINPUT& = 3&
- CONST DOWNIMAGE& = &hD&
- CONST WA_Zoom& = &h8000007D&
- CONST OSERR_NOMEM& = 3&
- CONST NOMENU& = &h1F&
- CONST GA_IntuiText& = &h80030022&
- CONST GREDRAW_REDRAW& = 1&
- CONST GMR_NOREUSE& = 2&
- CONST IDCMP_ACTIVEWINDOW& = &h40000&
- CONST WA_AutoAdjust& = &h80000090&
- CONST SCREENTYPE& = &hF&
- CONST SA_ShowTitle& = &h80000036&
- CONST SA_AutoScroll& = &h80000039&
- CONST SPOS_FORCEDRAG& = 4&
- CONST SIX_LPI& = 0&
- CONST SGM_CONTROL& = &h20&
- CONST IDCMP_IDCMPUPDATE& = &h800000&
- CONST WA_Dummy& = &h80000063&
- CONST WA_RptQueue& = &h80000080&
- CONST BAUD_MIDI& = 7&
- CONST SIZEIMAGE& = 2&
- CONST LOWRESPICK& = 1&
- CONST SGM_NOWORKB& = &h10&
- CONST WFLG_SIMPLE_REFRESH& = &h40&
- CONST WA_Colors& = &h8000007C&
- CONST WA_PointerDelay& = &h80000099&
- CONST SA_Reserved& = &h80000048&
- CONST SGA_PREVACTIVE& = &h40&
- CONST NUMDRIPENS& = &hC&
- CONST SCREENBEHIND& = &h80&
- CONST SA_Overscan& = &h80000034&
- CONST DRAFT& = 0&
- CONST GA_FollowMouse& = &h80030017&
- CONST FRAME_DEFAULT& = 0&
- CONST GFLG_EXTENDED& = &h8000&
- CONST GTYP_SDEPTH& = &h50&
- CONST BARDETAILPEN& = 9&
- CONST IMAGE_POSITIVE& = 0&
- CONST ALPHA_P_101& = 1&
- CONST LOWCHECKWIDTH& = &hD&
- CONST ICM_CHECKLOOP& = &h404&
- CONST IM_ERASEFRAME& = &h209&
- CONST EO_BIGCHANGE& = &hA&
- CONST SGA_NEXTACTIVE& = &h20&
- CONST GACT_RELVERIFY& = 1&
- CONST GACT_TOGGLESELECT& = &h100&
- CONST PROPBORDERLESS& = 8&
- CONST IDCMP_NEWPREFS& = &h4000&
- CONST WA_NotifyDepth& = &h80000095&
- CONST ELITE& = &h400&
- CONST TABLETA_AngleX& = &h8003A003&
- CONST OM_Dummy& = &h100&
- CONST CLF_INLIST& = 1&
- CONST IDS_INACTIVEDISABLED& = 7&
- CONST HIRESPICK& = 0&
- CONST GFLG_RELBOTTOM& = 8&
- CONST GTYP_SCRGADGET& = &h4000&
- CONST GTYP_REQGADGET& = &h1000&
- CONST MAXPOT& = &hFFFF&
- CONST WA_SimpleRefresh& = &h8000008C&
- CONST AUTOSCROLL& = &h4000&
- CONST SA_Interleaved& = &h80000042&
- CONST SA_VideoControl& = &h80000044&
- CONST BAUD_1200& = 2&
- CONST TABLETA_AngleY& = &h8003A004&
- CONST GA_ID& = &h80030010&
- CONST IDS_NORMAL& = 0&
- CONST REQACTIVE& = &h2000&
- CONST INTUITION_PREFERENCES_H& = 1&
- CONST ORDERED_DITHERING& = 0&
- CONST MENUUP& = &hE9&
- CONST CURSORLEFT& = &h4F&
- CONST TABLETA_AngleZ& = &h8003A005&
- CONST SYSIA_DrawInfo& = &h80020018&
- CONST GTYP_SDRAGGING& = &h30&
- CONST GTYP_WDEPTH& = &h40&
- CONST OKCANCEL& = 2&
- CONST WA_RMBTrap& = &h8000008A&
- CONST WA_SmartRefresh& = &h8000008D&
- CONST CUSTOM& = &h40&
- CONST SWRITE_BITS& = &hF&
- CONST KEYCODE_B& = &h35&
- CONST OM_GET& = &h104&
- CONST WFLG_BACKDROP& = &h100&
- CONST BAUD_2400& = 3&
- CONST WA_MouseQueue& = &h8000007E&
- CONST DIAB_C_150& = 6&
- CONST GMR_GADGETHIT& = 4&
- CONST SGH_CLICK& = 2&
- CONST IDCMP_GADGETHELP& = &h4000000&
- CONST SHANGHAI& = 1&
- CONST ZOOMIMAGE& = 1&
- CONST GFLG_GADGHIMAGE& = 2&
- CONST GTYP_WDRAGGING& = &h20&
- CONST WA_Pointer& = &h80000097&
- CONST SHADOWPEN& = 4&
- CONST SYSISIZE_MEDRES& = 0&
- CONST WA_CustomScreen& = &h80000070&
- CONST TABLETA_RangeZ& = &h8003A002&
- CONST GMR_PREVACTIVE& = &h20&
- CONST ICM_CLEARLOOP& = &h403&
- CONST IDS_INDETERMINATE& = 4&
- CONST DEFERREFRESH& = &h8000&
- CONST GTYP_SDOWNBACK& = &h70&
- CONST IDCMP_DISKREMOVED& = &h10000&
- CONST UPFRONTGADGET& = 0&
- CONST SDEPTH_TOBACK& = 1&
- CONST FILENAME_SIZE& = &h1E&
- CONST BAUD_4800& = 4&
- CONST COMMWIDTH& = &h1B&
- CONST INTUITION_CLASSUSR_H& = 1&
- CONST GMR_NEXTACTIVE& = &h10&
- CONST SYSIA_Which& = &h8002000D&
- CONST GTYP_SIZING& = &h10&
- CONST WBENCHSCREEN& = 1&
- CONST OM_DISPOSE& = &h102&
- CONST GM_GOINACTIVE& = 4&
- CONST AMIGAKEY& = &h11&
- CONST IDS_DISABLED& = 2&
- CONST GFLG_LABELIMAGE& = &h2000&
- CONST FREEHORIZ& = 2&
- CONST WA_Borderless& = &h80000088&
- CONST WA_HelpGroupWindow& = &h8000009C&
- CONST SYSIA_Depth& = &h8002000C&
- CONST EO_DELFORWARD& = 3&
- CONST INTUITION_CGHOOKS_H& = 1&
- CONST GTYP_WDOWNBACK& = &h60&
- CONST SERIAL_PRINTER& = 1&
- CONST BAUD_9600& = 5&
- CONST AUTOLEFTEDGE& = 6&
- CONST INTUITION_CLASSES_H& = 1&
- CONST OM_NEW& = &h101&
- CONST STRINGA_FixedFieldMode& = &h8003200E&
- CONST MULTIPLY_DIMENSIONS& = &h80&
- CONST KEYCODE_M& = &h37&
- CONST GA_Previous& = &h8003001F&
- CONST INTUITION_IMAGECLASS_H& = 1&
- CONST CHECKED& = &h100&
- CONST GFLG_RELRIGHT& = &h10&
- CONST WFLG_ACTIVATE& = &h1000&
- CONST WFLG_MENUSTATE& = &h8000&
- CONST PICA& = 0&
- CONST CURSORDOWN& = &h4D&
- CONST KEYCODE_N& = &h36&
- CONST OM_SET& = &h103&
- CONST GA_LabelImage& = &h80030023&
- CONST SIMPLEREQ& = &h10&
- CONST GTYP_SYSTYPEMASK& = &hF0&
- CONST WA_PubScreenFallBack& = &h8000007A&
- CONST SA_Exclusive& = &h8000003F&
- CONST RECOVERY_ALERT& = 0&
- CONST OM_ADDMEMBER& = &h109&
- CONST STRINGA_Justification& = &h80032010&
- CONST GFLG_RELWIDTH& = &h20&
- CONST GACT_BOTTOMBORDER& = &h80&
- CONST WFLG_WINDOWREFRESH& = &h1000000&
- CONST ExtNewScreenBLOCKPEN& = 1&
- CONST OSCAN_TEXT& = 1&
- CONST CORRECT_GREEN& = 2&
- CONST LAYOUTA_Orientation& = &h80038003&
- CONST GM_HITTEST& = 0&
- CONST GM_RENDER& = 1&
- CONST FRAME_ICONDROPBOX& = 3&
- CONST IDS_INACTIVESELECTED& = 6&
- CONST IDS_INDETERMINANT& = 4&
- CONST HIGHCOMP& = &h40&
- CONST HIGHITEM& = &h2000&
- CONST GTYP_CLOSE& = &h80&
- CONST GTYP_STRGADGET& = 4&
- CONST INTUITION_SCREENS_H& = 1&
- CONST SA_BackChild& = &h80000046&
- CONST EPSON& = 7&
- CONST ALERT_TYPE& = &h80000000&
- CONST KEYCODE_Q& = &h10&
- CONST TABLETA_TabletZ& = &h8003A001&
- CONST SYSIA_Pens& = &h8002000E&
- CONST SDOWNBACKGADGET& = 6&
- CONST ITEMENABLED& = &h10&
- CONST HIGHNONE& = &hC0&
- CONST GMORE_GADGETHELP& = 2&
- CONST DEFAULTMOUSEQUEUE& = 5&
- CONST PUBLICSCREEN& = 2&
- CONST MAXPUBSCREENNAME& = &h8B&
- CONST EIGHT_LPI& = &h200&
- CONST BROTHER_15XL& = 2&
- CONST GMR_VERIFY& = 8&
- CONST IM_HITTEST& = &h203&
- CONST GTYP_GZZGADGET& = &h2000&
- CONST GMORE_SCROLLRASTER& = 4&
- CONST OSERR_NOMONITOR& = 1&
- CONST FINE& = &h800&
- CONST NOSUB& = &h1F&
- CONST GA_EndGadget& = &h80030014&
- CONST IA_SupportsDisable& = &h8002001A&
- CONST IDCMP_GADGETDOWN& = &h20&
- CONST WFLG_DEPTHGADGET& = 4&
- CONST SB_COPY_BITMAP& = 2&
- CONST STRINGA_AltKeyMap& = &h80032007&
- CONST SYSIA_ReferenceFont& = &h80020019&
- CONST EO_INSERTCHAR& = 8&
- CONST GACT_STRINGCENTER& = &h200&
- CONST WFLG_DRAGBAR& = 2&
- CONST WFLG_CLOSEGADGET& = 8&
- CONST WA_BusyPointer& = &h80000098&
- CONST SDRAGGADGET& = 7&
- CONST SGA_REDISPLAY& = &h10&
- CONST GACT_BORDERSNIFF& = &h8000&
- CONST WA_ReportMouse& = &h80000086&
- CONST OSCAN_MAX& = 3&
- CONST CENTER_IMAGE& = 8&
- CONST MIDDLEUP& = &hEA&
- CONST KEYCODE_V& = &h34&
- CONST SYSIA_Size& = &h8002000B&
- CONST EO_BADFORMAT& = 9&
- CONST GTYP_SYSGADGET& = &h8000&
- CONST SA_MinimizeISG& = &h80000049&
- CONST CUSTOMIMAGEDEPTH& = &hFFFFFFFF&
- CONST MENUENABLED& = 1&
- CONST KNOBHMIN& = 6&
- CONST WFLG_GIMMEZEROZERO& = &h400&
- CONST WFLG_INREQUEST& = &h4000&
- CONST SBUF_1024& = 1&
- CONST KEYCODE_X& = &h32&
- CONST IA_APatSize& = &h80020011&
- CONST SGA_BEEP& = 4&
- CONST IDCMP_CLOSEWINDOW& = &h200&
- CONST WFLG_OTHER_REFRESH& = &hC0&
- CONST SA_BackFill& = &h80000041&
- CONST SBUF_8000& = 4&
- CONST GFLG_LABELSTRING& = &h1000&
- CONST BOOLMASK& = 1&
- CONST WFLG_WINDOWTICKED& = &h4000000&
- CONST KEYCODE_Z& = &h31&
- CONST CLOSEGADGET& = 3&
- CONST BARBLOCKPEN& = &hA&
- CONST IGNORE_DIMENSIONS& = 0&
- CONST OM_UPDATE& = &h108&
- CONST IDS_SELECTED& = 1&
- CONST LOWRESGADGET& = 1&
- CONST SGA_REUSE& = 8&
- CONST GACT_STRINGEXTEND& = &h2000&
- CONST CWCODE_DEPTH& = 1&
- CONST SHINEPEN& = 3&
- CONST SA_DClip& = &h80000033&
- CONST SDEPTH_TOFRONT& = 0&
- CONST GA_TabCycle& = &h80030024&
- CONST GMR_HELPCODE& = &h10000&
- CONST IA_Resolution& = &h8002000F&
- CONST INTUITION_SGHOOKS_H& = 1&
- CONST EO_CLEAR& = &hC&
- CONST SGM_NOCHANGE& = 8&
- CONST GFLG_STRINGEXTEND& = &h400&
- CONST WFLG_WBENCHWINDOW& = &h2000000&
- CONST WA_BackFill& = &h8000007F&
- CONST WA_DragBar& = &h80000082&
- CONST GACT_RIGHTBORDER& = &h10&
- CONST IDCMP_MOUSEBUTTONS& = 8&
- CONST WFLG_SMART_REFRESH& = 0&
- CONST GMR_NOHELPHIT& = 0&
- CONST CHECKIMAGE& = &hE&
- CONST IDCMP_NEWSIZE& = 2&
- CONST SA_DisplayID& = &h80000032&
- CONST OSERR_ATTACHFAIL& = 8&
- CONST SHADE_BW& = 0&
- CONST SBUF_2048& = 2&
- CONST AUTODRAWMODE& = 1&
- CONST HIRESGADGET& = 0&
-