1position_dialog(3) Allegro manual position_dialog(3)
23
4
NAME
6position_dialog - Moves an array of dialog objects to the specified
7position. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void position_dialog(DIALOG *dialog, int x, int y);
14
DESCRIPTION
16Moves an array of dialog objects to the specified screen position
17(specified as the top left corner of the dialog).
1819
SEE ALSO
21centre_dialog(3), exgui(3)
2223
24
25
Allegro version 4.2.3 position_dialog(3)