Displaying and Removing Shadows from the Screen

The Vermont Views window functions handle the shadows automatically; however, if you want to display or remove the shadows for any window on the screen, you can use the following functions:

int shad_up(wnp)

WINDOWPTR wnp;



int shad_dn(wnp)

WINDOWPTR wnp;

You may want to use these to remove shadows from a window that is displayed but is no longer the active or top window.


Home Contents Previous Next