GuiReferenceAddColumn

Adds a column to the current Reference View instance.

void GuiReferenceAddColumn(int width, const char* title);

Parameters

width An integer indicating the width of the column to add.

title A const char representing the column’s title name to add.

Return Value

This function does not return a value.

Example

GuiReferenceAddColumn(8,&sztitle);