|
NAMEgui_mg_color - The color used for displaying greyed-out dialog objects. Allegro game programming library.SYNOPSIS#include <allegro.h>extern int gui_mg_color; DESCRIPTIONThe color used for displaying greyed-out dialog objects (with the D_DISABLED flag set). Defaults to 8.SEE ALSOgui_fg_color(3), set_dialog_color(3), exgui(3)
Visit the GSP FreeBSD Man Page Interface. |