WinBegin Function (ROM Call 0x5)

wingraph.h

void WinBegin (WINDOW *w);

Setup a window for writing to without activating the window.

WinBegin setup the window pointed to by w for writing to it without activating it. When writing to the window is done, call WinEnd. See WinActivate for more info.


Uses: FontSetSys
Used by: HomeExecute, TE_focus, TE_handleEvent, TE_open, TE_openFixed, TE_pasteText, TE_select, TE_unfocus