Method

GtkFontSelectionget_family_list

deprecated: 3.2 since: 2.14

Declaration [src]

GtkWidget*
gtk_font_selection_get_family_list (
  GtkFontSelection* fontsel
)

Description [src]

This returns the GtkTreeView that lists font families, for example, “Sans”, “Serif”, etc.

Available since: 2.14

Deprecated since: 3.2

Use GtkFontChooser.

Return value

Type: GtkWidget

A GtkWidget that is part of fontsel.

The returned data is owned by the instance.