pyui.equalize_column_widths - pytha-3d-cad/pytha-lua-api GitHub Wiki
Ensures that the layout procedure assigns equal widths to a set of columns in the dialog layout.
pyui.equalize_column_widths(dialog, columns)
dialog:equalize_column_widths(columns)
Parameters
| Type | Description | |
|---|---|---|
dialog |
dialog_handle |
Dialog where the control is created |
columns |
{...} |
Table of integer column indices |
Return value
None
See also
Control Gallery, Dialog Layout, set_column_stretch, create_label, create_text_box