1d_box_proc(3)                   Allegro manual                   d_box_proc(3)
2
3
4

NAME

6       d_box_proc, d_shadow_box_proc - Dialog procedure drawing boxes onto the
7       screen. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int d_box_proc(int msg, DIALOG *d, int c);
14
15       int d_shadow_box_proc(int msg, DIALOG *d, int c);
16

DESCRIPTION

18       These draw boxes onto the screen, with or without a shadow.
19
20

SEE ALSO

22       exgui(3), exrgbhsv(3)
23
24
25
26Allegro                          version 4.4.3                   d_box_proc(3)
Impressum