gtkCellViewGetSizeOfRow {RGtk2}R Documentation

gtkCellViewGetSizeOfRow

Description

Sets requisition to the size needed by cell.view to display the model row pointed to by path.

Usage

gtkCellViewGetSizeOfRow(object, path)

Arguments

object [GtkCellView] a GtkCellView
path [GtkTreePath] a GtkTreePath

Details

Since 2.6

Value

A list containing the following elements:

retval [logical] TRUE
requisition [GtkRequisition] return location for the size

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]