.\" Generated by the Allegro makedoc utility .TH d_button_proc 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME d_button_proc \- Dialog procedure implementing a button object. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int d_button_proc(int msg, DIALOG *d, int c); .SH DESCRIPTION A button object (the dp field points to the text string). This object can be selected by clicking on it with the mouse or by pressing its keyboard shortcut. If the D_EXIT flag is set, selecting it will close the dialog, otherwise it will toggle on and off. Like d_text_proc(), ampersands can be used to display the keyboard shortcut of the button. .SH SEE ALSO .BR excustom (3alleg4), .BR exgui (3alleg4)