get_column_header


Description:

public abstract unowned Object? get_column_header (int column)

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

Parameters:

this

a GObject instance that implements AtkTableIface

column

a int representing a column in the table

Returns:

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