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

FreeBSD Manual Pages

  
 
  

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

NAME
     active_dialog - Global pointer to the most recent activated dialog. Allegro
     game programming library.

SYNOPSIS
     #include <allegro.h>

     extern DIALOG *active_dialog;

DESCRIPTION
     Global  pointer  to the most recent activated dialog. This may be useful if
     an object needs to iterate through a list of all its siblings.

SEE ALSO
     do_dialog(3), init_dialog(3), broadcast_dialog_message(3)

Allegro 			  version 4.4.3 		active_dialog(3)

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

home | help