1adime_callback(3) Adime API Reference adime_callback(3)
2
3
4
6 adime_callback
7
9 #include <adime.h>
10
11
12 void (*adime_callback)(DIALOG *d)
13
15 If you set this to something else than `NULL´, then that function will
16 be called continuously as long as a Adime dialog is open. The argument
17 `d´ will point to the first object of the current Adime dialog, or the
18 first object of Allegro´s file selector when it´s open. See adime/exam‐
19 ples/exanim.c for an example on how to use this to do animation while a
20 dialog is open.
21
22
24 adime_dialogf(3)
25
26
27
28Adime version 2.2.1 adime_callback(3)