Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkFontChooserIface Struct Reference

#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]
 

Detailed Description

Definition at line 78 of file gtkfontchooser.h.

Field Documentation

◆ base_iface

GTypeInterface _GtkFontChooserIface::base_iface

Definition at line 80 of file gtkfontchooser.h.

◆ font_activated

void(* _GtkFontChooserIface::font_activated) (GtkFontChooser *chooser, const char *fontname)

Definition at line 93 of file gtkfontchooser.h.

◆ get_font_face

PangoFontFace *(* _GtkFontChooserIface::get_font_face) (GtkFontChooser *fontchooser)

Definition at line 84 of file gtkfontchooser.h.

◆ get_font_family

PangoFontFamily *(* _GtkFontChooserIface::get_font_family) (GtkFontChooser *fontchooser)

Definition at line 83 of file gtkfontchooser.h.

◆ get_font_map

PangoFontMap *(* _GtkFontChooserIface::get_font_map) (GtkFontChooser *fontchooser)

Definition at line 99 of file gtkfontchooser.h.

◆ get_font_size

int(* _GtkFontChooserIface::get_font_size) (GtkFontChooser *fontchooser)

Definition at line 85 of file gtkfontchooser.h.

◆ padding

gpointer _GtkFontChooserIface::padding[10]

Definition at line 103 of file gtkfontchooser.h.

◆ set_filter_func

void(* _GtkFontChooserIface::set_filter_func) (GtkFontChooser *fontchooser, GtkFontFilterFunc filter, gpointer user_data, GDestroyNotify destroy)

Definition at line 87 of file gtkfontchooser.h.

◆ set_font_map

void(* _GtkFontChooserIface::set_font_map) (GtkFontChooser *fontchooser, PangoFontMap *fontmap)

Definition at line 97 of file gtkfontchooser.h.


The documentation for this struct was generated from the following file: