home *** CD-ROM | disk | FTP | other *** search
-
- {s Window
- APTR NextWindow
- WORD LeftEdge
- WORD TopEdge
- WORD Width
- WORD Height
- WORD MouseY
- WORD MouseX
- WORD MinWidth
- WORD MinHeight
- WORD MaxWidth
- WORD MaxHeight
- LONG Flags
- APTR MenuStrip
- APTR Title
- APTR FirstRequest
- APTR DMRequest
- WORD ReqCount
- APTR WScreen
- APTR RPort
- BYTE BorderLeft
- BYTE BorderTop
- BYTE BorderRight
- BYTE BorderBottom
- APTR BorderRPort
- APTR FirstGadget
- APTR Parent
- APTR Descendant
- APTR Pointer
- BYTE PtrHeight
- BYTE PtrWidth
- BYTE XOffset
- BYTE YOffset
- LONG IDCMPFlags
- APTR UserPort
- APTR WindowPort
- APTR MessageKey
- BYTE DetailPen
- BYTE BlockPen
- APTR CheckMark
- APTR ScreenTitle
- WORD GZZMouseX
- WORD GZZMouseY
- WORD GZZWidth
- WORD GZZHeight
- APTR ExtData
- APTR UserData
- APTR WLayer
- APTR IFont
- s}
-
- EQU WINDOWSIZING $0001
- EQU WINDOWDRAG $0002
- EQU WINDOWDEPTH $0004
- EQU WINDOWCLOSE $0008
-
- EQU SIZEBRIGHT $0010
- EQU SIZEBBOTTOM $0020
-
- EQU REFRESHBITS $00C0
- EQU SMART_REFRESH $0000
- EQU SIMPLE_REFRESH $0040
- EQU SUPER_BITMAP $0080
- EQU OTHER_REFRESH $00C0
-
- EQU BACKDROP $0100
-
- EQU REPORTMOUSE $0200
-
- EQU GIMMEZEROZERO $0400
-
- EQU BORDERLESS $0800
-
- EQU ACTIVATE $1000
-
- EQU WINDOWACTIVE $2000
- EQU INREQUEST $4000
- EQU MENUSTATE $8000
-
- EQU RMBTRAP $00010000
- EQU NOCAREREFRESH $00020000
-
- EQU WINDOWREFRESH $01000000
- EQU WBENCHWINDOW $02000000
- EQU WINDOWTICKED $04000000
-
- EQU SUPER_UNUSED $FCFC0000
-
-
- {s NewWindow
- WORD LeftEdge
- WORD TopEdge
- WORD Width
- WORD Height
- BYTE DetailPen
- BYTE BlockPen
- LONG IDCMPFlags
- LONG Flags
- APTR FirstGadget
- APTR CheckMark
- APTR Title
- APTR Screen
- APTR BitMap
- WORD MinWidth
- WORD MinHeight
- WORD MaxWidth
- WORD MaxHeight
- WORD Type
- s}
-
-
- EQU FREESIZE $FFFF
- EQU FREEPEN $FF
-
-
- \\ >Intuition ^ -204 (r A0 r) OpenWindow (s Nw -- Wd )
- \\ >Intuition -072 (r A0 r) CloseWindow (s Wd -- )
- >Intuition -450 (r A0 r) ActivateWindow (s Wd -- )
-
- >Intuition -354 (r A0 r) BeginRefresh (s Wd -- )
- >Intuition -366 (r A0 D0 r) EndRefresh (s Wd f -- )
- >Intuition -456 (r A0 r) RefreshWindowFrame (s Wd -- )
-
- >Intuition -306 (r A0 r) WindowToBack (s Wd -- )
- >Intuition -312 (r A0 r) WindowToFront (s Wd -- )
- >Intuition -168 (r A0 D1 D0 r) MoveWindow (s Wd dy dx -- )
-
- >Intuition ^ -300 (r A0 r) ViewPortAddress (s Wd -- Vp )
-
- >Intuition -060 (r A0 r) ClearPointer (s Wd -- )
- >Intuition -270 (r A1 A0 D3 D2 D1 D0 r) SetPointer
- (s Pt Wd Yoff Xoff W H -- )
-
- >Intuition -150 (r A0 D0 r) ModifyIDCMP (s Wd Flags -- )
- >Intuition -234 (r A0 D0 r) ReportMouse (s f Wd -- )
- >Intuition -276 (r A2 A1 A0 r) SetWindowTitles
- (s ScStr WdStr Wd -- )
-
- >Intuition -288 (r A0 D0 D1 r) SizeWindow (s Wd dy dx -- )
- >Intuition ^ -318 (r A0 D3 D2 D1 D0 r) WindowLimits
- (s Wd maxh maxw minh minw -- f | t=ok )
-
-