Top | ![]() |
![]() |
![]() |
![]() |
gint | atspi_table_cell_get_column_span () |
GPtrArray * | atspi_table_cell_get_column_header_cells () |
gint | atspi_table_cell_get_column_index () |
gint | atspi_table_cell_get_row_span () |
GPtrArray * | atspi_table_cell_get_row_header_cells () |
void | atspi_table_cell_get_row_column_span () |
AtspiAccessible * | atspi_table_cell_get_table () |
gint atspi_table_cell_get_column_span (AtspiTableCell *obj
,GError **error
);
Returns the number of columns occupied by this cell accessible.
GPtrArray * atspi_table_cell_get_column_header_cells (AtspiTableCell *obj
,GError **error
);
Returns the column headers as an array of cell accessibles.
gint atspi_table_cell_get_column_index (AtspiTableCell *obj
,GError **error
);
Translates this cell accessible into the corresponding column index.
gint atspi_table_cell_get_row_span (AtspiTableCell *obj
,GError **error
);
Returns the number of rows occupied by this cell accessible.
GPtrArray * atspi_table_cell_get_row_header_cells (AtspiTableCell *obj
,GError **error
);
Returns the row headers as an array of cell accessibles.
void atspi_table_cell_get_row_column_span (AtspiTableCell *obj
,gint *row
,gint *column
,gint *row_span
,gint *column_span
,GError **error
);
Gets the row and column indexes and extents of this cell accessible.
AtspiAccessible * atspi_table_cell_get_table (AtspiTableCell *obj
,GError **error
);
Returns a reference to the accessible of the containing table.