ListViewHeader.this

CTOR for creating fields with default text formatting

  1. this(int height, int[] columnWidths, Text[] fields)
  2. this(int height, int[] columnWidths, dstring[] ds)
    class ListViewHeader
    @safe nothrow
    this
    (
    int height
    ,,
    dstring[] ds
    )

Parameters

height int

the height of the header.

columnWidths int[]

the width of each column. Array must match the length of the next parameter

Meta