GuiReferenceAddColumn
Adds a column to the current Reference View instance.
void GuiReferenceAddColumn(int width, const char* title);
参数
width
An integer indicating the width of the column to add.
title
A const char representing the column’s title name to add.
返回值
此函数不返回值。
示例
GuiReferenceAddColumn(8,&sztitle);