Modifying the Choice List Window

The window for a particular choice list is accessed with:

clistp->wnp

You can use any of the set window functions to change the appearance of the choice list window. For example, to print a title in the border of the choice list window for the part codes, call:

sw_title("Part Codes", LCLINACT, TOPLEFT, fld_clistp(part_fld)->wnp);

A complete explanation of the set window functions that change window appearance can be found in Chapter 25, "Changing the Appearance of Windows."


Home Contents Previous Next