- getColumnHeaderCells
GPtrArray* function(AtkTableCell* cell) getColumnHeaderCells;
- getColumnSpan
int function(AtkTableCell* cell) getColumnSpan;
- getPosition
int function(AtkTableCell* cell, int* row, int* column) getPosition;
- getRowColumnSpan
int function(AtkTableCell* cell, int* row, int* column, int* rowSpan, int* columnSpan) getRowColumnSpan;
- getRowHeaderCells
GPtrArray* function(AtkTableCell* cell) getRowHeaderCells;
- getRowSpan
int function(AtkTableCell* cell) getRowSpan;
- getTable
AtkObject* function(AtkTableCell* cell) getTable;
- parent
GTypeInterface parent;
Undocumented in source.