get_row_header


Description:

public abstract unowned Object? get_row_header (int row)

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

Parameters:

this

a GObject instance that implements AtkTableIface

row

a int representing a row in the table

Returns:

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