home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
utilities
/
utilsc
/
coolswitch
/
!CoolSwtch
/
h
/
Item
< prev
next >
Wrap
Text File
|
1995-07-01
|
922b
|
29 lines
; h.Item
; Display list
DL STRUC r11
Link INT
BBox INT 4 ; Bounding box in work area coordinates
SprName CHAR 13 ; Name of sprite to display
Caption INT ; Pointer to caption text
Handle INT ; Client handle
Flags INT ; Various flags
STREND
DL_Hot * 1 :SHL: 0 ; Selected
DL_WasHot * 1 :SHL: 1
DL_Lost * 1 :SHL: 2
Caret STRUC
Window INT ; -1 if not used
Icon INT
X INT
Y INT
Height INT
Index INT
Time INT ; monotonic time when used
STREND
END