Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
d_button_proc(3)		 Allegro manual 		d_button_proc(3)

NAME
     d_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);

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)

Allegro 			  version 4.4.3 		d_button_proc(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=d_button_proc&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help