.\" Generated by the Allegro makedoc utility .TH adime_callback 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_callback .SH SYNOPSIS .B #include .sp .B void (*adime_callback)(DIALOG *d) .SH DESCRIPTION If you set this to something else than `NULL\', then that function will be called continuously as long as a Adime dialog is open. The argument `d\' will point to the first object of the current Adime dialog, or the first object of Allegro\'s file selector when it\'s open. See adime/examples/exanim.c for an example on how to use this to do animation while a dialog is open. .SH SEE ALSO .BR adime_dialogf (3)