Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
centre_dialog(3) - Linux man page
Name
centre_dialog - Centers an array of dialog objects. Allegro game programming library.
Synopsis
#include <allegro.h>
void centre_dialog(DIALOG *dialog);
Description
Moves an array of dialog objects so that it is centered in the screen.
See Also
position_dialog
(3)
,
set_dialog_color
(3)
Referenced By
do_dialog
(3)