WSelectCL
WSelectCL changes the graph window
without bringing it to the front (helpful if
you are drawing graphs in two windows).
|
WSelectCL(w); /* w has type WindowCT */ |
WTitleCL
CTwtitle changes the title of the current graphics window.
| char* WTitleCL ( |
char *title); |
| title |
The new window title. |
The return value is the previous window title.
CursorCL
CursorCL changes the cursor (mouse pointer).
| void CursorCL ( |
CursorStyleCT csr); |
| csr |
The new cursor: ARROW, IBEAM, CROSS, RESIZE,
WAIT, HIDDEN and VISIBLE. |