Event Functions: MENUS

  #include <vv_menu.h>
   
int km_chproc (MFORMPTR mfmp, EVENTPTR eventp)

Moves to the menu field whose selection character is the same as the character entered

int km_esc (MFORMPTR mfmp, EVENTPTR eventp)

Exits to a higher-level menu

int km_lft (MFORMPTR mfmp, EVENTPTR eventp)

Moves the menu highlight bar to the previous field on the menu

int km_rt (MFORMPTR mfmp, EVENTPTR eventp)

Moves the menu highlight bar to the next field on the menu

int km_select (MFORMPTR mfmp, EVENTPTR eventp)

Calls the action function associated with the currently highlighted menu field



Home Contents Previous Next