Window Shadows

  #include <vv_sys.h>
   
int shad_def (UCHAR fill_ch, UCHAR att, UINT location,
int offset, int length, int width, WINDOWPTR wnp)

Defines a shadow for one side of the window

void shad_dn (WINDOWPTR wnp)

Removes the shadows displayed for the window

int shad_up (WINDOWPTR wnp)

Displays the shadows of the specified window

int sw_shad (UCHAR fill_ch, UCHAR att, UINT location, WINDOWPTR wnp)

Assigns shadows to the specified window



Home Contents Previous