Skip to content

pyui.end_modal_cancel

fabian-flassig edited this page Jun 16, 2025 · 3 revisions

Cancels a modal (sub-) dialog. Equivalent to pressing the 'Cancel' button.

pyui.end_modal_cancel() 

Note:

This function is specific to the current modal environment / dialog and can only be set within a (sub-) dialog.

See also:

pytha, pyui.run_modal_dialog, pyui.run_modal_subdialog, pyui.end_modal_ok

Clone this wiki locally