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

  1. %====================== resizewindow/0        ===============================
  2. GOAL    makewindow(1,7,7,"test window",5,5,15,70),
  3.     write("\nPlease resize the window\n"),
  4.     resizewindow,
  5.     makewindow(Wno,Wattr,Fattr,Text,Srow,Scol,Rows,Cols),
  6.     write("\nNew placement of the window:"),
  7.     writef("\nWno=%, Wattr=%, Fattr=%, Text=%, Srow=%, Scol=%, Rows=%, Cols=%",
  8.         Wno,Wattr,Fattr,Text,Srow,Scol,Rows,Cols),
  9.     readchar(_).
  10.