Opens a dialog that presents a binary choice to the user.
The dialog will contain the string message and two buttons, labeled with the true-choice and the false-choice. If the user clicks on true-choice #t is returned. If the user clicks on false-choice, #f is returned.
If the user closes the dialog with the close box, #f is returned.