Atk.TableCellIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get_column_header_cells |
r |
virtual function that returns the column headers as an array of cell accessibles |
|
get_column_span |
r |
virtual function that returns the number of columns occupied by this cell accessible |
|
get_position |
r |
virtual function that retrieves the tabular position of this cell |
|
get_row_column_span |
r |
virtual function that get the row an column indexes and span of this cell |
|
get_row_header_cells |
r |
virtual function that returns the row headers as an array of cell accessibles |
|
get_row_span |
r |
virtual function that returns the number of rows occupied by this cell |
|
get_table |
r |
virtual function that returns a reference to the accessible of the containing table |
|
parent |
r |
Methods¶
None
Details¶
- class Atk.TableCellIface¶
Atk.TableCell
is an interface for cells inside anAtk.Table
.New in version 2.12.