gtkCellRendererGetFixedSize {RGtk2}R Documentation

gtkCellRendererGetFixedSize

Description

Fills in width and height with the appropriate size of cell.

Usage

gtkCellRendererGetFixedSize(object)

Arguments

object [GtkCellRenderer] A GtkCellRenderer

Value

A list containing the following elements:

width [integer] location to fill in with the fixed width of the widget, or NULL
height [integer] location to fill in with the fixed height of the widget, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]