gtkWidgetModifyFont {RGtk2}R Documentation

gtkWidgetModifyFont

Description

Sets the font to use for a widget. All other style values are left untouched. See also gtkWidgetModifyStyle.

Usage

gtkWidgetModifyFont(object, font.desc = NULL)

Arguments

object [GtkWidget] a GtkWidget
font.desc [PangoFontDescription] the font description to use, or NULL to undo the effect of previous calls to gtkWidgetModifyFont.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]