Skip to content

pyui.run_modal_dialog

fabian-flassig edited this page Mar 31, 2021 · 3 revisions

Creates and displays a dialog window to enable user interaction with the plugin.

pyui.run_modal_dialog(init_func, ...) 
Parameter Type Description
init_func function An initialization function
... ... Arbitrary additional parameters that are passed to the initialization function

Note: The initialization function is invoked as init_func(dialog, ...) where dialog is a handle for the newly created dialog and ... are the additional parameters from above.

See also:

pytha, element handles, pyui.run_modal_subdialog

Clone this wiki locally