Setting SCROLLABLE REGION Structure Members

  #include <vv_sr.h>
   
void ssr_begfp (int (*beg_fp) ( ), SRPTR srp)

Installs a begin-region function for the scrollable region

void ssr_begrowfp (int (*begrow_fp) ( ), SRPTR srp)

Installs a begin-row function for the scrollable region

void ssr_endfp (int (*end_fp) ( ), SRPTR srp)

Installs an end-region function for the scrollable region

void ssr_endrowfp (int (*begrow_fp) ( ), SRPTR srp)

Installs an end-row function for the scrollable region

void ssr_help (UCHAR *help_stp_or_kwdp, SRPTR srp)

Sets the help string or section of the help memory file to be displayed when help is called

void ssr_nextpos (int data_row, int data_col, SRPTR srp)

Sets the next data row and data column to move to in the scrollable region

void ssr_scrlfp (int (*scrl_fp) ( ), SRPTR srp)

Installs a function to be called when the scrollable region scrolls



Home Contents Previous Next