.\" Generated by the Allegro makedoc utility .TH adime_d_greyable_check_proc 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_d_greyable_check_proc .SH SYNOPSIS .B #include .sp .B int adime_d_greyable_check_proc(int msg, DIALOG *d, int c) .SH DESCRIPTION A three-state greyable version of `adime_d_check_box()\'. Unlike `adime_d_check_proc()\', this does not use the (flags & D_SELECTED) flag to determine the state of the check box. Instead, the d1 field is 0 for off, 1 for on, and 2 for greyed. .SH SEE ALSO .BR adime_d_check_proc (3)