TreeViewColumn.cellGetSize

Obtains the width and height needed to render the column. This is used primarily by the gtk.tree_view.TreeView.

More...
class TreeViewColumn
void
cellGetSize
(
out int xOffset
,
out int yOffset
,
out int width
,
out int height
)

Parameters

xOffset int

location to return x offset of a cell relative to cell_area

yOffset int

location to return y offset of a cell relative to cell_area

width int

location to return width needed to render a cell

height int

location to return height needed to render a cell

Detailed Description

Deprecated: Use GtkColumnView instead