gtkTreeViewColumnCellGetSize {RGtk2}R Documentation

gtkTreeViewColumnCellGetSize

Description

Obtains the width and height needed to render the column. This is used primarily by the GtkTreeView.

Usage

gtkTreeViewColumnCellGetSize(object)

Arguments

object [GtkTreeViewColumn] A GtkTreeViewColumn.

Value

A list containing the following elements:

cell.area [GdkRectangle] The area a cell in the column will be allocated, or NULL
x.offset [integer] location to return x offset of a cell relative to cell.area, or NULL
y.offset [integer] location to return y offset of a cell relative to cell.area, or NULL
width [integer] location to return width needed to render a cell, or NULL
height [integer] location to return height needed to render a cell, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]