set_dialog_color(3) - Linux man page

Name

set_dialog_color - Sets the colors of an array of dialog objects. Allegro game programming library.

Synopsis

#include <allegro.h>

void set_dialog_color(DIALOG *dialog, int fg, int bg);

Description

Sets the foreground and background colors of an array of dialog objects.

See Also

gui_fg_color(3), gui_mg_color(3), centre_dialog(3), exgui(3)

Referenced By

do_dialog(3)