next up previous
Next: Menu's and Sub-Menus Up: Windows Previous: Windows

Window Management in MacProlog

mywin :-
 wcreate(win1, 1, 50, 60, 100, 200, 1),
 wpen(win1,yellow),
 wpaper(win1,magenta).

  figure74
Figure 2: A window with a Go-Away button

Another very useful and important command for windows management is the actdeact call :

actdeact(Window, Prog)


next up previous
Next: Menu's and Sub-Menus Up: Windows Previous: Windows

Omer F Rana
Wed Feb 26 11:00:38 GMT 1997