1adime_file_select(3) Adime API Reference adime_file_select(3)
2
3
4
6 adime_file_select
7
9 #include <adime.h>
10
11
12 int adime_file_select(const char *message, char *path, const char *ext,
13 int size, int w, int h);
14
16 Like Allegro´s `file_select_ex()´, but with Adime´s 3d look and feel.
17 It is not affected by all `adime_window_*´ variables though, only the
18 ones beginning with `adime_window_title_*´. Also, it has the extra fea‐
19 ture of not changing `path´ if it gets cancelled.
20
21
23 adime_dialogf(3)
24
25
26
27Adime version 2.2.1 adime_file_select(3)