1popup_dialog(3) Allegro manual popup_dialog(3)
2
3
4
6 popup_dialog - do_dialog() used for popup dialogs. Allegro game pro‐
7 gramming library.
8
10 #include <allegro.h>
11
12
13 int popup_dialog(DIALOG *dialog, int focus_obj);
14
16 Like do_dialog(), but it stores the data on the screen before drawing
17 the dialog and restores it when the dialog is closed. The screen area
18 to be stored is calculated from the dimensions of the first object in
19 the dialog, so all the other objects should lie within this one.
20
21
23 do_dialog(3)
24
25
26
27Allegro version 4.4.3 popup_dialog(3)