1d_text_list_proc(3) Allegro manual d_text_list_proc(3)
2
3
4
6 d_text_list_proc - Dialog procedure implementing a list box object with
7 type ahead. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 int d_text_list_proc(int msg, DIALOG *d, int c);
14
16 Like d_list_proc, but allows the user to type in the first few characā
17 ters of a listbox entry in order to select it. Uses dp3 internally, so
18 you mustn't store anything important there yourself.
19
20
22 exgui(3)
23
24
25
26Allegro version 4.2.3 d_text_list_proc(3)