Man Page: d_button_proc
Operating Environment: centos
Section: 3alleg4
d_button_proc(3alleg4) Allegro manual d_button_proc(3alleg4)NAMEd_button_proc - Dialog procedure implementing a button object. Allegro game programming library.SYNOPSIS#include <allegro.h> int d_button_proc(int msg, DIALOG *d, int c);DESCRIPTIONA 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 ALSOexcustom(3alleg4), exgui(3alleg4) Allegro version 4.4.2 d_button_proc(3alleg4)
| Related Man Pages |
|---|
| exgui(3alleg4) - opendarwin |
| exgui(3alleg4) - linux |
| exgui(3alleg4) - minix |
| exgui(3alleg4) - mojave |
| exgui(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |