Gtk.TreeViewColumn.CellGetPosition Method
Obtains the horizontal position and size of a cell in a column.

Syntax

public bool CellGetPosition (CellRenderer cell_renderer, out int start_pos, out int width)

Parameters

cell_renderer
a Gtk.CellRenderer
start_pos
a int
width
a int

Returns

a bool

Remarks

If the cell is not found in the column, start_pos and width are not changed and false is returned.

Requirements

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