1popup_dialog(3)                 Allegro manual                 popup_dialog(3)
2
3
4

NAME

6       popup_dialog  -  do_dialog()  used for popup dialogs. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int popup_dialog(DIALOG *dialog, int focus_obj);
14

DESCRIPTION

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

SEE ALSO

23       do_dialog(3)
24
25
26
27Allegro                          version 4.2.2                 popup_dialog(3)
Impressum