Gtk.TreeViewColumn.CellGetSize Method
Obtains the width and height needed to render the column.

Syntax

public void CellGetSize (Gdk.Rectangle cell_area, out int x_offset, out int y_offset, out int width, out int height)

Parameters

cell_area
a Gdk.Rectangle
x_offset
a int
y_offset
a int
width
a int
height
a int

Remarks

This is used primarily by the Gtk.TreeView.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)