Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
position_dialog(3)		 Allegro manual 	      position_dialog(3)

NAME
     position_dialog  -  Moves an array of dialog objects to the specified posi-
     tion. 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  (speci-
     fied as the top left corner of the dialog).

SEE ALSO
     centre_dialog(3), exgui(3)

Allegro 			  version 4.4.3 	      position_dialog(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=position_dialog&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help