Event Functions: SCROLLABLE REGIONS

  #include <vv_sr.h>
   
int ks_dn (DFORMPTR dfmp, EVENTPTR eventp)

Moves down one row, staying in the same column, in a scrollable region

int ks_end (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the end of the field, the last data column, last visible data row, or last data row

int ks_home (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the beginning of the field, the first data column, first visible row, or first data row

int ks_pgdn (DFORMPTR dfmp, EVENTPTR eventp)

Pages down in a scrollable region

int ks_pgup (DFORMPTR dfmp, EVENTPTR eventp)

Pages up in a scrollable region

int ks_up (DFORMPTR dfmp, EVENTPTR eventp)

Moves up one row, staying in the same column, in a scrollable region



Home Contents Previous Next