gtkCellRendererGetFixedSize {RGtk2}R Documentation

gtkCellRendererGetFixedSize

Description

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

Usage

gtkCellRendererGetFixedSize(object)

Arguments

object

A GtkCellRenderer

Value

A list containing the following elements:

width

location to fill in with the fixed width of the cell, or NULL. [ allow-none ]

height

location to fill in with the fixed height of the cell, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]