get_row_description


Description:

public abstract unowned string? get_row_description (int row)

Gets the description text of the specified row in the table

Parameters:

this

a GObject instance that implements AtkTableIface

row

a int representing a row in this

Returns:

a gchar* representing the row description, or null if value does not implement this interface.