1al_show_native_file_dialog(3)                    al_show_native_file_dialog(3)
2
3
4

NAME

6       al_show_native_file_dialog - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              bool al_show_native_file_dialog(ALLEGRO_DISPLAY *display,
12                 ALLEGRO_FILECHOOSER *dialog)
13

DESCRIPTION

15       Show  the  dialog window.  The display may be NULL, otherwise the given
16       display is treated as the parent if possible.
17
18       This function blocks the calling thread until it returns,  so  you  may
19       want to spawn a thread with al_create_thread(3) and call it from inside
20       that thread.
21
22       Returns true on success, false on failure.
23
24
25
26Allegro reference manual                         al_show_native_file_dialog(3)
Impressum