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

a GtkWidget

font.desc

the font description to use, or NULL to undo the effect of previous calls to gtkWidgetModifyFont. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]