ListBoxHeader

Defines the header of a ListBox.

Constructors

this
this(wstring[] text, int[] width, int iconColumn)
Undocumented in source.

Members

Functions

getColumnNumFromX
int getColumnNumFromX(int x)

Returns the column number from width, or -1 if x can't fit into any range

getColumnWidth
int getColumnWidth(int i)

Returns the width of the column

getFullWidth
int getFullWidth()

Returns the whole width of the header

getIconColumn
int getIconColumn()

Returns the number of column that contains the icon

getNumberOfColumns
int getNumberOfColumns()

Returns the number of columns before drawing

getRangeWidth
int getRangeWidth(int begin, int end)

Returns the width of the columns in a given range

getText
wstring getText(int i)

Returns the text at the given point

getTextInputType
uint getTextInputType(int column)

Returns the TextInputType for the column

setRowWidth
void setRowWidth(int i, int x)

Sets the width of the column

Meta