.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_show_native_file_dialog" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_show_native_file_dialog - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_show_native_file_dialog(ALLEGRO_DISPLAY *display, ALLEGRO_FILECHOOSER *dialog) \f[R] .fi .SH DESCRIPTION .PP Show the dialog window. The display may be NULL, otherwise the given display is treated as the parent if possible. .PP This function blocks the calling thread until it returns, so you may want to spawn a thread with al_create_thread(3alleg5) and call it from inside that thread. .PP Returns true on success, false on failure.