Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
active_dialog(3) - Linux man page
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)