mirror of
https://github.com/elliotnunn/sys7.1-doc-wip.git
synced 2024-10-31 19:05:04 +00:00
20 lines
818 B
Plaintext
20 lines
818 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
|
|
|
|
|
|
|
|
|