gtkStyleSetFont: gtkStyleSetFont

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the GdkFont to use for a given style. This is meant only as a replacement for direct access to style->font and should not be used in new code. New code should use style->font_desc instead. WARNING: gtk_style_set_font is deprecated and should not be used in newly-written code.

Usage

1
gtkStyleSetFont(object, font)

Arguments

object

a GtkStyle.

font

a GdkFont, or NULL to use the GdkFont corresponding to style->font_desc. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkStyleSetFont in RGtk2...