TAP_Win_Create

Topfield Documentation

void TAP_Win_Create(TYPE_Window *win, word rgn, dword x, dword y, dword w, dword h, byte save, byte bScr);

It sets the basic parameters of window and draws it on the screen.

  • save : It decides to save the background image before the window is drawn.
  • bScr : It decides to show the scroll bar.

Additional Documentation