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

gtkCellRendererTextSetFixedHeightFromFont

gtkCellRendererTextSetFixedHeightFromFont


Description

Sets the height of a renderer to explicitly be determined by the "font" and "y_pad" property set on it. Further changes in these properties do not affect the height, so they must be accompanied by a subsequent call to this function. Using this function is unflexible, and should really only be used if calculating the size of a cell is too slow (ie, a massive number of cells displayed). If number.of.rows is -1, then the fixed height is unset, and the height is determined by the properties again.

Usage

gtkCellRendererTextSetFixedHeightFromFont(object, number.of.rows)

Arguments

object

A GtkCellRendererText

number.of.rows

Number of rows of text each cell renderer is allocated, or -1

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.