setColumnWidth( )

Sets the suggested width for a column.

Interface

mimelist

JavaScript synopsis
inst.setColumnWidth(n, width)
C synopsis
void setColumnWidth(
  ListInstance* inst,
  AUInt16 n,
  AUInt16 width
)
Parameters
  • inst   The MIME instance.

  • n   The zero-based column index.

  • width   The suggested column width.

Returns

None