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

gtkWidgetCreatePangoLayout

gtkWidgetCreatePangoLayout


Description

Creates a new PangoLayout with the appropriate font map, font description, and base direction for drawing text for this widget.

Usage

gtkWidgetCreatePangoLayout(object, text)

Arguments

object

a GtkWidget

text

text to set on the layout (can be NULL)

Details

If you keep a PangoLayout created in this way around, in order to notify the layout of changes to the base direction or font of this widget, you must call pangoLayoutContextChanged in response to the "style-set" and "direction-changed" signals for the widget.

Value

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.