Documentation
Dlang.org
DataModel.setColumnTitle
gda
data_model
DataModel
Sets the title of the given col in model.
interface
DataModel
void
setColumnTitle
(
int
col
,
string
title
)
Parameters
col
int
column number
title
string
title for the given column.
gda
data_model
DataModel
functions
addDataFromXmlNode
appendRow
appendValues
arrayCopyModel
arrayCopyModelExt
connectAccessChanged
connectChanged
connectReset
connectRowInserted
connectRowRemoved
connectRowUpdated
createIter
describeColumn
dump
dumpAsString
exportToFile
exportToString
freeze
getAccessFlags
getAttributesAt
getColumnIndex
getColumnName
getColumnTitle
getNColumns
getNRows
getNotify
getTypedValueAt
getValueAt
iterAtRow
iterNext
iterPrev
iterSetValue
removeRow
reset
rowInserted
rowRemoved
rowUpdated
sendHint
setColumnName
setColumnTitle
setNotify
setValueAt
setValues
thaw
static functions
_getGType
errorQuark
Sets the title of the given col in model.