XGF ;SFISC/VYD - Graphics Functions ;11/06/2002 11:10
Source file <XGF.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| PREP | ;prepair graphics environment
 | 
 
  | 
| IOXY(R,C) | ;cursor positioning R:row, C:col
 | 
 
  | 
| SAY(R,C,S,A) | ;coordinate output instead of WRITE
 | 
 
  | 
| SAYU(R,C,S,A) | ;coordinate output w/ underline instead of WRITE
 | 
 
  | 
| ADJRC | ;adjust row and column R and C are assumed to exist
 | 
|
| SETA(XGATR) | ;set screen attribute(s) regardless of previous state
 | 
 
  | 
| CHGA(XGATR) | ;change screen attribute(s) w/ respect to previous state
 | 
 
  | 
| ATRSYNTX(XGATR) | ;check attribute code syntax
 | 
|
| RESTORE(S) | ;restore screen region TOP,LEFT,BOTTOM,RIGHT,SAVE ROOT
 | 
 
  | 
| SAVE(T,L,B,R,S) | ;save screen region TOP,LEFT,BOTTOM,RIGHT,SAVE ROOT
 | 
 
  | 
| WIN(T,L,B,R,S) | ;put up a window TOP,LEFT,BOTTOM,RIGHT[,SAVE ROOT]
 | 
 
  | 
| FRAME(T,L,B,R) | ;put a frame without clearing the inside TOP,LEFT,BOTTOM,RIGHT
 | 
 
  | 
| CLEAR(T,L,B,R) | ;clear screen portion TOP,LEFT,BOTTOM,RIGHT
 | 
 
  | 
| CLEAN | ;clean up and destroy graphics environment
 | 
 
  | 
| INITKB(XGTRM) | ;initialize keyboard
 | 
 
  | 
| READ(XGCHARS,XGTO) | ;read the keyboard
 | 
 
  | 
| RESETKB | ;reset keyboard(escape processing off, terminators off)
 | 
 
  | 
| Name | Line Occurrences | 
|---|---|
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  | 
| Function Call: WRITE | 
  |