Dialog box

A dialog box is essentially a panel with its own frame, and therefore shares some functions and behaviour with both of these objects.

Any panel item can be created as a child of a dialog box, and also the dialog box can be created modal, so that the flow of program control halts until the dialog box is dismissed.

See Miscellaneous for convenience dialog functions which avoid the need to create a dialog box and individual items.

dialog-box-create