.\" Generated by the Allegro makedoc utility .TH active_dialog 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME active_dialog \- Global pointer to the most recent activated dialog. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern DIALOG *active_dialog; .SH 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. .SH SEE ALSO .BR do_dialog (3alleg4), .BR init_dialog (3alleg4), .BR broadcast_dialog_message (3alleg4)