1d_radio_proc(3) Allegro manual d_radio_proc(3)
2
3
4
6 d_radio_proc - Dialog procedure implementing a radio button object.
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 int d_radio_proc(int msg, DIALOG *d, int c);
14
16 A radio button object. A dialog can contain any number of radio button
17 groups: selecting a radio button causes other buttons within the same
18 group to be deselected. The dp field points to the text string, d1
19 specifies the group number, and d2 is the button style (0=circle,
20 1=square).
21
22
24 exgui(3)
25
26
27
28Allegro version 4.4.2 d_radio_proc(3)