Interface

AtspiTableCell

Description

interface Atspi.TableCell : GObject.Object

No description available.

Prerequisite

In order to implement TableCell, your type must inherit fromGObject.

Implementations

Instance methods

atspi_table_cell_get_column_header_cells

Returns the column headers as an array of cell accessibles.

atspi_table_cell_get_column_index
No description available.

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.

atspi_table_cell_get_position

Retrieves the tabular position of this cell.

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.

atspi_table_cell_get_row_header_cells

Returns the row headers as an array of cell accessibles.

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.

atspi_table_cell_get_table

Returns a reference to the accessible of the containing table.