Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_show_na...ile_dialog(3)  Library Functions Manual  al_show_na...ile_dialog(3)

NAME
     al_show_native_file_dialog - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_native_dialog.h>

	    bool al_show_native_file_dialog(ALLEGRO_DISPLAY *display,
	       ALLEGRO_FILECHOOSER *dialog)

DESCRIPTION
     Show  the dialog window.  The display may be NULL, otherwise the given dis-
     play is treated as the parent if possible.

     This function blocks the calling thread until it returns, so you  may  want
     to  spawn	a  thread  with al_create_thread(3) and call it from inside that
     thread.

     Returns true on success, false on failure.

	    Note: On Android,  ALLEGRO_EVENT_DISPLAY_HALT_DRAWING(3)  and  ALLE-
	    GRO_EVENT_DISPLAY_RESUME_DRAWING(3)  need  to be handled before this
	    function returns.  This means that you must call it from a different
	    thread.

Allegro reference manual			      al_show_na...ile_dialog(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_show_native_file_dialog&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help