Method
GtkFontSelectionget_face_list
deprecated: 3.2 since: 2.14
Declaration [src]
GtkWidget*
gtk_font_selection_get_face_list (
GtkFontSelection* fontsel
)
Description [src]
This returns the GtkTreeView
which lists all styles available for
the selected font. For example, “Regular”, “Bold”, 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. |