Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkfontchooser.h>
Data Fields | |
GTypeInterface | base_iface |
PangoFontFamily *(* | get_font_family )(GtkFontChooser *fontchooser) |
PangoFontFace *(* | get_font_face )(GtkFontChooser *fontchooser) |
int(* | get_font_size )(GtkFontChooser *fontchooser) |
void(* | set_filter_func )(GtkFontChooser *fontchooser, GtkFontFilterFunc filter, gpointer user_data, GDestroyNotify destroy) |
void(* | font_activated )(GtkFontChooser *chooser, const char *fontname) |
void(* | set_font_map )(GtkFontChooser *fontchooser, PangoFontMap *fontmap) |
PangoFontMap *(* | get_font_map )(GtkFontChooser *fontchooser) |
gpointer | padding [10] |
Definition at line 78 of file gtkfontchooser.h.
GTypeInterface _GtkFontChooserIface::base_iface |
Definition at line 80 of file gtkfontchooser.h.
void(* _GtkFontChooserIface::font_activated) (GtkFontChooser *chooser, const char *fontname) |
Definition at line 93 of file gtkfontchooser.h.
PangoFontFace *(* _GtkFontChooserIface::get_font_face) (GtkFontChooser *fontchooser) |
Definition at line 84 of file gtkfontchooser.h.
PangoFontFamily *(* _GtkFontChooserIface::get_font_family) (GtkFontChooser *fontchooser) |
Definition at line 83 of file gtkfontchooser.h.
PangoFontMap *(* _GtkFontChooserIface::get_font_map) (GtkFontChooser *fontchooser) |
Definition at line 99 of file gtkfontchooser.h.
int(* _GtkFontChooserIface::get_font_size) (GtkFontChooser *fontchooser) |
Definition at line 85 of file gtkfontchooser.h.
gpointer _GtkFontChooserIface::padding[10] |
Definition at line 103 of file gtkfontchooser.h.
void(* _GtkFontChooserIface::set_filter_func) (GtkFontChooser *fontchooser, GtkFontFilterFunc filter, gpointer user_data, GDestroyNotify destroy) |
Definition at line 87 of file gtkfontchooser.h.
void(* _GtkFontChooserIface::set_font_map) (GtkFontChooser *fontchooser, PangoFontMap *fontmap) |
Definition at line 97 of file gtkfontchooser.h.