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

FreeBSD Manual Pages

  
 
  

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

NAME
     popup_dialog - do_dialog() used for popup dialogs. Allegro game programming
     library.

SYNOPSIS
     #include <allegro.h>

     int popup_dialog(DIALOG *dialog, int focus_obj);

DESCRIPTION
     Like  do_dialog(),  but it stores the data on the screen before drawing the
     dialog and restores it when the dialog is closed. The  screen  area  to  be
     stored is calculated from the dimensions of the first object in the dialog,
     so all the other objects should lie within this one.

SEE ALSO
     do_dialog(3)

Allegro 			  version 4.4.3 		 popup_dialog(3)

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

home | help