adime_callback(3)

adime_callback(3) Adime API Reference adime_callback(3)

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)

version 2.2.1 Adime