TableCellIF

Being gtk.Table a component which present elements ordered via rows and columns, an AtkTableCell is the interface which each of those elements, so "cells" should implement.

See also gtk.Table

Members

Functions

getColumnHeaderCells
PtrArray 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
PtrArray getRowHeaderCells()

Returns the row headers as an array of cell accessibles.

getRowSpan
int getRowSpan()

Returns the number of rows occupied by this cell accessible.

getStruct
void* getStruct()

the main Gtk struct as a void*

getTable
ObjectAtk getTable()

Returns a reference to the accessible of the containing table.

getTableCellStruct
AtkTableCell* getTableCellStruct(bool transferOwnership)

Get the main Gtk struct

Static functions

getType
GType getType()