gtkFontSelectionGetFont {RGtk2}R Documentation

gtkFontSelectionGetFont

Description

Gets the currently-selected font. WARNING: gtk_font_selection_get_font is deprecated and should not be used in newly-written code.

Usage

gtkFontSelectionGetFont(object)

Arguments

object [GtkFontSelection] a GtkFontSelection.

Value

[GdkFont] the currently-selected font, or NULL if no font is selected.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]