adime_d_greyable_check_proc(3)

adime_d_greyable_check_proc(3) Adime API Reference adime_d_greyable_check_proc(3)

NAME

adime_d_greyable_check_proc

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

adime_d_check_proc(3)

version 2.2.1 Adime