(start_dialog)


Start that dialog box.


This function displays a dialog box and accepts clicks the user inputs with the mouse button. It returns the status code passed to it by the done_dialog function:

Code Meaning
1 User clicked OK button.
0 User clicked Cancel button.
-1 The term_dialog function was used.

Example

Code Returns

(start_dialog)

    • 1

NOTES