home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / COLRSET1.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  415 b   |  12 lines

  1. %====================== colorsetup/1          ===============================
  2. GOAL    makewindow(1,7,7,"test window",5,30,10,40),
  3.     cursor(3,5),write("Change color for the window"),
  4.     colorsetup(0),
  5.     cursor(3,5),write("Change color for the border"),
  6.     colorsetup(1),
  7.     clearwindow,
  8.     makewindow(_,WindAttr,FrameAttr,_,_,_,_,_),
  9.     write("\n\nWindAttr=",WindAttr),
  10.     write("\n\nFrameAttr=",FrameAttr),
  11.     readchar(_).
  12.