home *** CD-ROM | disk | FTP | other *** search
- IFND INTUITION_INTUITIONBASE_I
- INTUITION_INTUITIONBASE_I EQU 1
-
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC
- IFND EXEC_LIBRARIES_I
- INCLUDE "exec/libraries.i"
- ENDC
- IFND GRAPHICS_VIEW_I
- INCLUDE "graphics/view.i"
- ENDC
-
- IFD INTUITIONPRIVATE
-
- DMODECOUNT equ 2
- HIRESPICK equ 0
- LOWRESPICK equ 1
- EVENTMAX equ 10
- RESCOUNT equ 2
- HIRESGADGET equ 0
- LOWRESGADGET equ 1
- GADGETCOUNT equ 8
- UPFRONTGADGET equ 0
- DOWNBACKGADGET equ 1
- SIZEGADGET equ 2
- CLOSEGADGET equ 3
- DRAGGADGET equ 4
- SUPFRONTGADGET equ 5
- SDOWNBACKGADGET equ 6
- SDRAGGADGET equ 7
- ISTATELOCK equ 0
- LAYERINFOLOCK equ 1
- GADGETSLOCK equ 2
- LAYERROMLOCK equ 3
- VIEWLOCK equ 4
- IBASELOCK equ 5
- RPLOCK equ 6
- NUMILOCKS equ 7
-
- RSRESET
- FatIntuiMessage rs.b im_SIZEOF
- fim_PrevKeys rs.l 1
- fim_SIZEOF rs.b 0
-
- RSRESET
- IBox rs.b 0
- ibox_Left rs 1
- ibox_Top rs 1
- ibox_Width rs 1
- ibox_Height rs 1
- ibox_SIZEOF rs.b 0
-
- RSRESET
- Point rs.b 0
- pnt_X rs 1
- pnt_Y rs 1
- pnt_SIZEOF rs.b 0
-
- RSRESET
- PenPair rs.b 0
- pnp_DetailPen rs.b 1
- pnp_BlockPen rs.b 1
- pnp_SIZEOF rs.b 0
-
- RSRESET
- GListEnv rs.b 0
- ge_Screen rs.l 1
- ge_Window rs.l 1
- ge_Requester rs.l 1
- ge_RastPort rs.l 1
- ge_Layer rs.l 1
- ge_GZZLayer rs.l 1
- ge_Pens rs.b pnp_SIZEOF
- ge_Domain rs.b ibox_SIZEOF
- ge_GZZdims rs.b ibox_SIZEOF
- ge_SIZEOF rs.b 0
-
- RSRESET
- GadgetInfo rs.b 0
- gi_Environ rs.l 1
- gi_Gadget rs.l 1
- gi_Box rs.b ibox_SIZEOF
- gi_Container rs.b ibox_SIZEOF
- gi_Layer rs.l 1
- gi_NewKnob rs.b ibox_SIZEOF
- gi_SIZEOF rs.b 0
-
- ENDC
-
- RSRESET
- IntuitionBase rs.b 0
- ib_LibNode rs.b LIB_SIZE
- ib_ViewLord rs.b v_SIZEOF
- ib_ActiveWindow rs.l 1
- ib_ActiveScreen rs.l 1
- ib_FirstScreen rs.l 1
- ib_Flags rs.l 1
- ib_MouseY rs 1
- ib_MouseX rs 1
- ib_Seconds rs.l 1
- ib_Micros rs.l 1
-
- IFD INTUITIONPRIVATE
- ib_MinXMouse rs 1
- ib_MaxXMouse rs 1
- ib_MinYMouse rs 1
- ib_MaxYMouse rs 1
- ib_StartSecs rs.l 1
- ib_StartMicros rs.l 1
- ib_SysBase rs.l 1
- ib_GfxBase rs.l 1
- ib_LayersBase rs.l 1
- ib_ConsoleDevice rs.l 1
- ib_APointer rs.l 1
- ib_APtrHeight rs.b 1
- ib_APtrWidth rs.b 1
- ib_AXOffset rs.b 1
- ib_AYOffset rs.b 1
- ib_MenuDrawn rs 1
- ib_MenuSelected rs 1
- ib_OptionList rs 1
- ib_MenuRPort rs.b rp_SIZEOF
- ib_MenuTmpRas rs.b tr_SIZEOF
- ib_ItemCRect rs.b cr_SIZEOF
- ib_SubCRect rs.b cr_SIZEOF
- ib_IBitMap rs.b bm_SIZEOF
- ib_SBitMap rs.b bm_SIZEOF
- ib_InputRequest rs.b IOSTD_SIZE
- ib_InputInterrupt rs.b IS_SIZE
- ib_EventKey rs.l 1
- ib_IEvents rs.l 1
- NUM_IEVENTS equ 4
- ib_EventCount rs 1
- ib_IEBuffer rs.b ie_SIZEOF*NUM_IEVENTS
- ib_ActiveGadget rs.l 1
- ib_ActivePInfo rs.l 1
- ib_ActiveImage rs.l 1
- ib_GadgetEnv rs.b ge_SIZEOF
- ib_GadgetInfo rs.b gi_SIZEOF
- ib_KnobOffset rs.b pnt_SIZEOF
- ib_getOKWindow rs.l 1
- ib_getOKMessage rs.l 1
- ib_setWExcept rs 1
- ib_GadgetReturn rs 1
- ib_StateReturn rs 1
- ib_RP rs.l 1
- ib_ITmpRas rs.b tr_SIZEOF
- ib_OldClipRegion rs.l 1
- ib_OldScroll rs.b pnt_SIZEOF
- ib_IFrame rs.b ibox_SIZEOF
- ib_hthick rs 1
- ib_vthick rs 1
- ib_frameChange rs.l 1
- ib_sizeDrag rs.l 1
- ib_FirstPt rs.b pnt_SIZEOF
- ib_OldPt rs.b pnt_SIZEOF
- ib_SysGadgets rs.b 4*RESCOUNT*GADGETCOUNT
- ib_CheckImage rs.b 4*RESCOUNT
- ib_AmigaIcon rs.b 4*RESCOUNT
- IFD OLDPATTERN
- ib_apattern rs.b 6
- ib_bpattern rs.b 8
- ELSE
- ib_apattern rs.b 16
- ib_bpattern rs.b 8
- ENDC
- ib_IPointer rs.l 1
- ib_IPtrHeight rs.b 1
- ib_IPtrWidth rs.b 1
- ib_IXOffset rs.b 1
- ib_IYOffset rs.b 1
- ib_DoubleSeconds rs.l 1
- ib_DoubleMicros rs.l 1
- ib_WBorLeft rs.b DMODECOUNT
- ib_WBorTop rs.b DMODECOUNT
- ib_WBorRight rs.b DMODECOUNT
- ib_WBorBottom rs.b DMODECOUNT
- ib_BarVBorder rs.b DMODECOUNT
- ib_BarHBorder rs.b DMODECOUNT
- ib_MenuVBorder rs.b DMODECOUNT
- ib_MenuHBorder rs.b DMODECOUNT
- ib_color0 rs 1
- ib_color1 rs 1
- ib_color2 rs 1
- ib_color3 rs 1
- ib_color17 rs 1
- ib_color18 rs 1
- ib_color19 rs 1
- ib_SysFont rs.b ta_SIZEOF
- ib_Preferences rs.l 1
- ib_Echoes rs.l 1
- ib_ViewInitX rs 1
- ib_ViewInitY rs 1
- ib_CursorDX rs 1
- ib_CursorDY rs 1
- ib_KeyMap rs.l 1
- ib_MouseYMinimum rs 1
- ib_ErrorX rs 1
- ib_ErrorY rs 1
- ib_IOExcess rs.b IOTV_SIZE
- ib_HoldMinYMouse rs 1
- ib_WBPort rs.l 1
- ib_iqd_FNKUHDPort rs.l 1
- ib_WBMessage rs.b im_SIZEOF
- ib_HitScreen rs.l 1
- ib_SimpleSprite rs.l 1
- ib_AttachedSSprite; rs.l 1
- ib_GotSprite1 rs 1
- ib_SemaphoreList rs.b LH_SIZE
- ib_ISemaphore rs.b SS_SIZE*NUMILOCKS
- ib_MaxDisplayHeight rs 1
- ib_MaxDisplayRow rs 1
- ib_MaxDisplayWidth rs 1
- ib_Reserved rs.b 28
-
- ENDC
-
- ib_SIZEOF rs.b 0
-
- ENDC
-