mac-rom/Toolbox/ListMgr/ListMgrPriv.a
Elliot Nunn 4325cdcc78 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 09:52:23 +08:00

20 lines
814 B
Plaintext

;EASE$$$ READ ONLY COPY of file ÒListMgrPriv.aÓ
; 1.0 CCH 11/16/1988 Added to EASE.
; END EASE MODIFICATION HISTORY
; file list-ListMgrPriv.a
; these are equates within the myFlags byte.
; NOTE: LVBadFit and LHBadFit are indexed by the constants v and h, respectively,
; so don't change them.
; Well, since we have documented lDoHAutoScroll and lDoHAutoScroll as 0 and 1
; (IM IV-280) we have no choice but to change at least LVBadFit and LHasGrow - gp 12/2/86
LVBadFit EQU 4 ; 1 = vertical cells don't fit exactly {was 0}
LHasGrow EQU 5 ; 1 = has a grow box {was 1}
LHBadFit EQU 2 ; 1 = horizontal cells don't fit exactly
noDraw EQU 3 ; 1 = don't draw cells all the time