adime_callback

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

adime_callback

SYNOPSIS

#include <adime.h>

void (*adime_callback)(DIALOG *d)

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.

SEE ALSO

adime_dialogf(3)