Method
GtkFontDialogset_filter
Declaration [src]
void
gtk_font_dialog_set_filter (
GtkFontDialog* self,
GtkFilter* filter
)
Description [src]
Adds a filter that decides which fonts to display in the font chooser dialog.
The GtkFilter must be able to handle both PangoFontFamily
and PangoFontFace objects.
| Available since: | 4.10 |
Parameters
filter |
GtkFilter |
A |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |