position_dialog.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

position_dialog - 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(3alleg), exgui(3alleg)