cli_check()

Sets the check on a row of the multiple choice choice list

Call  
#include <vv_clist.h>
void FASTCALL cli_check(state, item_num, clistp)

int state

State to set the check ON or OFF

int item_num Memory file item number to be checked or unchecked
CLISTPTR clistp Clist file pointer
Returns

None

 
Description

cli_check() sets the checkmark for a multiple choice choice list. If the requested state is "ON", the checkmark is set. Otherwise the checkmark is removed.


Home Contents Previous Next