GtkFontChooserIface

Undocumented in source.

Members

Variables

fontActivated
void function(GtkFontChooser* chooser, const(char)* fontname) fontActivated;
getFontFace
PangoFontFace* function(GtkFontChooser* fontchooser) getFontFace;
getFontFamily
PangoFontFamily* function(GtkFontChooser* fontchooser) getFontFamily;
getFontMap
PangoFontMap* function(GtkFontChooser* fontchooser) getFontMap;
getFontSize
int function(GtkFontChooser* fontchooser) getFontSize;
setFilterFunc
void function(GtkFontChooser* fontchooser, GtkFontFilterFunc filter, void* userData, GDestroyNotify destroy) setFilterFunc;
setFontMap
void function(GtkFontChooser* fontchooser, PangoFontMap* fontmap) setFontMap;