position_dialog - Man Page

Moves an array of dialog objects to the specified position. Allegro game programming library.

Synopsis

#include <allegro.h>

void position_dialog(DIALOG *dialog, int x, int y);

Description

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

See Also

centre_dialog(3), exgui(3)

Referenced By

centre_dialog(3), exgui(3).

version 4.4.3 Allegro manual