1d_box_proc(3) Allegro manual d_box_proc(3)
23
4
NAME
6d_box_proc, d_shadow_box_proc - Dialog procedure drawing boxes onto the
7screen. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int d_box_proc(int msg, DIALOG *d, int c);
1415
int d_shadow_box_proc(int msg, DIALOG *d, int c);
16
DESCRIPTION
18These draw boxes onto the screen, with or without a shadow.
1920
SEE ALSO
22exgui(3), exrgbhsv(3)
2324
25
26
Allegro version 4.4.2 d_box_proc(3)