TableIF.getColumnHeader

Gets the column header of a specified column in an accessible table.

interface TableIF
getColumnHeader
(
int column
)

Parameters

column int

a #gint representing a column in the table

Return Value

Type: ObjectAtk

a AtkObject* representing the specified column header, or %NULL if value does not implement this interface.

Meta