adime_d_calc_edit_result_proc

Langue: en

Autres versions - même langue

Version: version 2.2.1 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

adime_d_calc_edit_result_proc

SYNOPSIS

#include <adime.h>

int adime_d_calc_edit_result_proc(int msg, DIALOG *d, int c);

DESCRIPTION

Dialog proc for the result of a calculator edit box. The difference between this and Allegro's `d_text_proc()' is that it uses the c parameter to find the color to draw with (see `d_double_calc_edit_proc()'), and it also erases its whole area even if the text doesn't fill it.

SEE ALSO

adime_d_int_calc_edit_proc(3), adime_d_double_calc_edit_proc(3)