Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeViewColumnCellGetPosition

gtkTreeViewColumnCellGetPosition


Description

Obtains the horizontal position and size of a cell in a column. If the cell is not found in the column, start.pos and width are not changed and FALSE is returned.

Usage

gtkTreeViewColumnCellGetPosition(object, cell.renderer)

Arguments

object

a GtkTreeViewColumn

cell.renderer

a GtkCellRenderer

Value

A list containing the following elements:

retval

[logical] TRUE if cell belongs to tree.column.

start.pos

return location for the horizontal position of cell within tree.column, may be NULL

width

return location for the width of cell, may be NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.