TableCellIfaceProxy

Proxy object for Atk.TableCell interface when a GObject has no applicable D binding

class TableCellIfaceProxy : IfaceProxy , TableCell {}

Mixed In Members

From mixin TableCellT!()

getColumnHeaderCells
atk.object.ObjectAtk[] getColumnHeaderCells()

Returns the column headers as an array of cell accessibles.

getColumnSpan
int getColumnSpan()

Returns the number of columns occupied by this cell accessible.

getPosition
bool getPosition(int row, int column)

Retrieves the tabular position of this cell.

getRowColumnSpan
bool getRowColumnSpan(int row, int column, int rowSpan, int columnSpan)

Gets the row and column indexes and span of this cell accessible.

getRowHeaderCells
atk.object.ObjectAtk[] getRowHeaderCells()

Returns the row headers as an array of cell accessibles.

getRowSpan
int getRowSpan()

Returns the number of rows occupied by this cell accessible.

getTable
atk.object.ObjectAtk getTable()

Returns a reference to the accessible of the containing table.

Inherited Members

From TableCell

getColumnHeaderCells
atk.object.ObjectAtk[] getColumnHeaderCells()

Returns the column headers as an array of cell accessibles.

getColumnSpan
int getColumnSpan()

Returns the number of columns occupied by this cell accessible.

getPosition
bool getPosition(int row, int column)

Retrieves the tabular position of this cell.

getRowColumnSpan
bool getRowColumnSpan(int row, int column, int rowSpan, int columnSpan)

Gets the row and column indexes and span of this cell accessible.

getRowHeaderCells
atk.object.ObjectAtk[] getRowHeaderCells()

Returns the row headers as an array of cell accessibles.

getRowSpan
int getRowSpan()

Returns the number of rows occupied by this cell accessible.

getTable
atk.object.ObjectAtk getTable()

Returns a reference to the accessible of the containing table.