Event Functions: RADIO BUTTONS

  #include <vv_radio.h>
   
int kr_beggrp (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the first item in the radio button group

int kr_default (DFORMPTR dfmp, EVENTPTR eventp)

Checks to see if character is valid selection character, otherwise beeps

int kr_endgrp (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the last item in a radio button group

int kr_nextgrp (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the next radio button in the radio button group

int kr_nextitem (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the next item on the form outside of the radio button group

int kr_prevgrp (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the previous radio button in the radio button group

int kr_previtem (DFORMPTR dfmp, EVENTPTR eventp)

Moves to the previous item on the form outside of the radio button group



Home Contents Previous Next