Virtual Method
GtkFontChooserset_filter_func
deprecated: 4.10
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 GtkFontDialog and GtkFontDialogButton instead.
Parameters
- filter
- 
            Type: GtkFontFilterFuncA GtkFontFilterFunc.
- 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.