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

NAME

6       position_dialog  -  Moves  an  array of dialog objects to the specified
7       position. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void position_dialog(DIALOG *dialog, int x, int y);
14

DESCRIPTION

16       Moves an array of dialog  objects  to  the  specified  screen  position
17       (specified as the top left corner of the dialog).
18
19

SEE ALSO

21       centre_dialog(3), exgui(3)
22
23
24
25Allegro                          version 4.2.2              position_dialog(3)
Impressum