Interface
AtspiTableCell
since: 2.0
Prerequisite
In order to implement TableCell, your type must inherit fromGObject
.
Instance methods
atspi_table_cell_get_column_header_cells
Returns the column headers as an array of cell accessibles.
since: 2.0
atspi_table_cell_get_column_span
Returns the number of columns occupied by this cell accessible. The returned values are meaningful only if the table cell has both STATE_VISIBLE and STATE_SHOWING.
since: 2.0
atspi_table_cell_get_row_column_span
Gets the row and column indexes and extents of this cell accessible. The returned values are meaningful only if the table cell has both STATE_VISIBLE and STATE_SHOWING.
since: 2.0
atspi_table_cell_get_row_header_cells
Returns the row headers as an array of cell accessibles.
since: 2.0
atspi_table_cell_get_row_span
Returns the number of rows occupied by this cell accessible. The returned values are meaningful only if the table cell has both STATE_VISIBLE and STATE_SHOWING.
since: 2.0
atspi_table_cell_get_table
Returns a reference to the accessible of the containing table.
since: 2.0