AtkTableIface.isSelected

struct AtkTableIface
extern (C)
int function(AtkTable* table, int row, int column) isSelected;

Return Value

a gboolean representing if the cell is selected, or 0 if value does not implement this interface.