|
NAMEposition_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); DESCRIPTIONMoves an array of dialog objects to the specified screen position (specified as the top left corner of the dialog).SEE ALSOcentre_dialog(3), exgui(3)
Visit the GSP FreeBSD Man Page Interface. |