home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0500
/
CCE_0519.ZIP
/
CCE_0519
/
TEXDR187.SRC
/
TD187SRC.LZH
/
FILL.D
< prev
next >
Wrap
Text File
|
1991-12-14
|
411b
|
21 lines
DEFINITION MODULE Fill;
(* Setze den VDI-Fill-Modus (eigene Definition für left *)
IMPORT Variablen;
CONST Solid = 0;
HorFill = 1;
VerFill = 2;
HorVerFill = 3;
LftFill = 4;
RgtFill = 5;
LftRgtFill = 6;
PROCEDURE SetFillMode ( FillMode : INTEGER) ;
(*
Setze Fill-Modus (wie oben angegeben)
*)
END (* of definition module *) Fill .