gtkFontSelectionGetFontName {RGtk2}R Documentation

gtkFontSelectionGetFontName

Description

Gets the currently-selected font name.

Usage

gtkFontSelectionGetFontName(object)

Arguments

object [GtkFontSelection] a GtkFontSelection.

Value

[character] the name of the currently selected font, or NULL if no font is selected. You should g\Free() the returned font name after you are done with it. A newly allocated string with the currently-se

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]