adime_d_greyable_check_proc - Man Page
Synopsis
#include <adime.h>
int adime_d_greyable_check_proc(int msg, DIALOG *d, int c)
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.
See Also
Referenced By
version 2.2.1 Adime API Reference