adime_d_greyable_check_proc

Langue: en

Version: version 2.2.1 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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)