Virtual Method
GtkFontChooserset_filter_func
since: 3.2
Declaration [src]
void
set_filter_func (
GtkFontChooser* fontchooser,
GtkFontFilterFunc filter,
gpointer user_data,
GDestroyNotify destroy
)
Description [src]
Adds a filter function that decides which fonts to display in the font chooser.
Available since: 3.2
Parameters
filter-
Type:
GtkFontFilterFuncA
GtkFontFilterFunc, orNULL. user_data-
Type:
gpointerData to pass to
filter.The argument can be NULL.The data is owned by the caller of the method. destroy-
Type:
GDestroyNotifyFunction to call to free
datawhen it is no longer needed.