AtkTableIface

Undocumented in source.

struct AtkTableIface {
GTypeInterface parent;
}

Members

Variables

addColumnSelection
int function(AtkTable* table, int column) addColumnSelection;
addRowSelection
int function(AtkTable* table, int row) addRowSelection;
columnDeleted
void function(AtkTable* table, int column, int numDeleted) columnDeleted;
columnInserted
void function(AtkTable* table, int column, int numInserted) columnInserted;
columnReordered
void function(AtkTable* table) columnReordered;
getCaption
AtkObject* function(AtkTable* table) getCaption;
getColumnAtIndex
int function(AtkTable* table, int index) getColumnAtIndex;
getColumnDescription
const(char)* function(AtkTable* table, int column) getColumnDescription;
getColumnExtentAt
int function(AtkTable* table, int row, int column) getColumnExtentAt;
getColumnHeader
AtkObject* function(AtkTable* table, int column) getColumnHeader;
getIndexAt
int function(AtkTable* table, int row, int column) getIndexAt;
getNColumns
int function(AtkTable* table) getNColumns;
getNRows
int function(AtkTable* table) getNRows;
getRowAtIndex
int function(AtkTable* table, int index) getRowAtIndex;
getRowDescription
const(char)* function(AtkTable* table, int row) getRowDescription;
getRowExtentAt
int function(AtkTable* table, int row, int column) getRowExtentAt;
getRowHeader
AtkObject* function(AtkTable* table, int row) getRowHeader;
getSelectedColumns
int function(AtkTable* table, int** selected) getSelectedColumns;
getSelectedRows
int function(AtkTable* table, int** selected) getSelectedRows;
getSummary
AtkObject* function(AtkTable* table) getSummary;
isColumnSelected
int function(AtkTable* table, int column) isColumnSelected;
isRowSelected
int function(AtkTable* table, int row) isRowSelected;
isSelected
int function(AtkTable* table, int row, int column) isSelected;
modelChanged
void function(AtkTable* table) modelChanged;
refAt
AtkObject* function(AtkTable* table, int row, int column) refAt;
removeColumnSelection
int function(AtkTable* table, int column) removeColumnSelection;
removeRowSelection
int function(AtkTable* table, int row) removeRowSelection;
rowDeleted
void function(AtkTable* table, int row, int numDeleted) rowDeleted;
rowInserted
void function(AtkTable* table, int row, int numInserted) rowInserted;
rowReordered
void function(AtkTable* table) rowReordered;
setCaption
void function(AtkTable* table, AtkObject* caption) setCaption;
setColumnDescription
void function(AtkTable* table, int column, const(char)* description) setColumnDescription;
setColumnHeader
void function(AtkTable* table, int column, AtkObject* header) setColumnHeader;
setRowDescription
void function(AtkTable* table, int row, const(char)* description) setRowDescription;
setRowHeader
void function(AtkTable* table, int row, AtkObject* header) setRowHeader;
setSummary
void function(AtkTable* table, AtkObject* accessible) setSummary;