AtkTableIface

Undocumented in source.
struct AtkTableIface {}

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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
columnInserted
void function(AtkTable* table, int column, int numInserted) columnInserted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
columnReordered
void function(AtkTable* table) columnReordered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parent
GTypeInterface parent;
Undocumented in source.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowInserted
void function(AtkTable* table, int row, int numInserted) rowInserted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowReordered
void function(AtkTable* table) rowReordered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setCaption
void function(AtkTable* table, AtkObject* caption) setCaption;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setColumnDescription
void function(AtkTable* table, int column, const(char)* description) setColumnDescription;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setColumnHeader
void function(AtkTable* table, int column, AtkObject* header) setColumnHeader;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setRowDescription
void function(AtkTable* table, int row, const(char)* description) setRowDescription;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setRowHeader
void function(AtkTable* table, int row, AtkObject* header) setRowHeader;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setSummary
void function(AtkTable* table, AtkObject* accessible) setSummary;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta