d_button_proc - Man Page

Dialog procedure implementing a button object. Allegro game programming library.

Synopsis

#include <allegro.h>

int d_button_proc(int msg, DIALOG *d, int c);

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.

See Also

excustom(3), exgui(3)

Referenced By

excustom(3), exgui(3).

version 4.4.3 Allegro manual