.\" Generated by the Allegro makedoc utility .TH position_dialog 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME position_dialog \- Moves an array of dialog objects to the specified position. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void position_dialog(DIALOG *dialog, int x, int y); .SH DESCRIPTION Moves an array of dialog objects to the specified screen position (specified as the top left corner of the dialog). .SH SEE ALSO .BR centre_dialog (3alleg4), .BR exgui (3alleg4)