Virtual Method
GtkFontChooserset_filter_func
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.
Deprecated since: | 4.10 |
Use |
Parameters
filter |
GtkFontFilterFunc |
A |
|
user_data |
gpointer |
Data to pass to |
|
destroy |
GDestroyNotify |
Function to call to free |