The following chapters contain related information:
There are a number of tutorials that use windows in various ways. The tutorials that use windows defined in code begin with "wn_"; the tutorials that use Designer windows begin with "dwn_". Refer to the read_me file in the tutor directory for more information on relevant window examples.
The tutorial program wn_app.c draws a window and goes through a timed display of all the system-defined border types and demonstrates adding titles to the border and changing the margins.
To see a demonstration of horizontal and vertical scroll bars, compile, link, and run the program mf_example.c. The window in this tutorial program has an attached memory file. You can scroll through the memory file horizontally and vertically to see how the thumb moves.
To see a tutorial that demonstrates the exploding and rolling windows and the use of shadows, compile, link and run the program wn_frills.c.
To see a tutorial that allows you to resize a window and watch the effects on the interior dimensions, virtual margins and actual margins of the window, compile, link and run the program wn_size.c.