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

NAME

6       gui_shadow_box_proc,  gui_ctext_proc,  gui_button_proc,  gui_edit_proc,
7       gui_list_proc, gui_text_list_proc - Hooks to  customise  the  look  and
8       feel of Allegro dialogs.
9

SYNOPSIS

11       #include <allegro.h>
12
13
14       extern int (*gui_shadow_box_proc)(int msg, struct DIALOG *d, int c);
15
16       extern int (*gui_ctext_proc)(int msg, struct DIALOG *d, int c);
17
18       extern int (*gui_button_proc)(int msg, struct DIALOG *d, int c);
19
20       extern int (*gui_edit_proc)(int msg, struct DIALOG *d, int c);
21
22       extern int (*gui_list_proc)(int msg, struct DIALOG *d, int c);
23
24       extern int (*gui_text_list_proc)(int msg, struct DIALOG *d, int c);
25

DESCRIPTION

27       If  set,  these functions will be used by the standard Allegro dialogs.
28       This allows you to customise the look and feel, much like  gui_fg_color
29       and gui_bg_color, but much more flexibly.
30
31
32

SEE ALSO

34       alert(3),     alert3(3),     file_select_ex(3),     gfx_mode_select(3),
35       gui_fg_color(3)
36
37
38
39Allegro                          version 4.4.3          gui_shadow_box_proc(3)
Impressum