AtkTableCellIface

AtkTableCell is an interface for cells inside an #AtkTable.

Members

Variables

getColumnHeaderCells
GPtrArray* function(AtkTableCell* cell) getColumnHeaderCells;

virtual function that returns the column headers as an array of cell accessibles

getColumnSpan
int function(AtkTableCell* cell) getColumnSpan;

virtual function that returns the number of columns occupied by this cell accessible

getPosition
bool function(AtkTableCell* cell, int* row, int* column) getPosition;

virtual function that retrieves the tabular position of this cell

getRowColumnSpan
bool function(AtkTableCell* cell, int* row, int* column, int* rowSpan, int* columnSpan) getRowColumnSpan;

virtual function that get the row an column indexes and span of this cell

getRowHeaderCells
GPtrArray* function(AtkTableCell* cell) getRowHeaderCells;

virtual function that returns the row headers as an array of cell accessibles

getRowSpan
int function(AtkTableCell* cell) getRowSpan;

virtual function that returns the number of rows occupied by this cell

getTable
AtkObject* function(AtkTableCell* cell) getTable;

virtual function that returns a reference to the accessible of the containing table

parent
GTypeInterface parent;