gtkWidgetModifyFont {RGtk2} | R Documentation |
Sets the font to use for a widget. All other style values are left
untouched. See also gtkWidgetModifyStyle
.
gtkWidgetModifyFont(object, font.desc = NULL)
|
[GtkWidget ] a GtkWidget |
|
[PangoFontDescription ] the font description to use, or NULL to undo
the effect of previous calls to gtkWidgetModifyFont . |
Derived by RGtkGen from GTK+ documentation