pyui.update_dialog_layout - pytha-3d-cad/pytha-lua-api GitHub Wiki
Updates the dialog layout after the dialog has been initialized by run_modal_dialog.
pyui.update_dialog_layout(dialog)
dialog:update_dialog_layout()
Parameters
| Type | Description | |
|---|---|---|
dialog |
dialog_handle |
Dialog to be updated |
Return value
None
Remarks
The initial dialog Layout is calculated automatically, so there is no need to invoke this function in the init_fun of run_modal_dialog.