Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | EV_TYPE_PROPERTIES_FONTS (ev_properties_fonts_get_type()) |
#define | EV_PROPERTIES_FONTS(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES_FONTS, EvPropertiesFonts)) |
#define | EV_PROPERTIES_FONTS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES_FONTS, EvPropertiesFontsClass)) |
#define | EV_IS_PROPERTIES(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES_FONTS)) |
#define | EV_IS_PROPERTIES_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES_FONTS)) |
#define | EV_PROPERTIES_FONTS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES_FONTS, EvPropertiesFontsClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvPropertiesFonts | EvPropertiesFonts |
typedef struct _EvPropertiesFontsClass | EvPropertiesFontsClass |
typedef struct _EvPropertiesFontsPrivate | EvPropertiesFontsPrivate |
Functions | |
GType | ev_properties_fonts_get_type (void) |
GtkWidget * | ev_properties_fonts_new (void) |
void | ev_properties_fonts_set_document (EvPropertiesFonts *properties, EvDocument *document) |
#define EV_IS_PROPERTIES | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES_FONTS)) |
Definition at line 37 of file ev-properties-fonts.h.
#define EV_IS_PROPERTIES_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES_FONTS)) |
Definition at line 38 of file ev-properties-fonts.h.
#define EV_PROPERTIES_FONTS | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES_FONTS, EvPropertiesFonts)) |
Definition at line 35 of file ev-properties-fonts.h.
#define EV_PROPERTIES_FONTS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES_FONTS, EvPropertiesFontsClass)) |
Definition at line 36 of file ev-properties-fonts.h.
#define EV_PROPERTIES_FONTS_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES_FONTS, EvPropertiesFontsClass)) |
Definition at line 39 of file ev-properties-fonts.h.
#define EV_TYPE_PROPERTIES_FONTS (ev_properties_fonts_get_type()) |
Definition at line 34 of file ev-properties-fonts.h.
typedef typedefG_BEGIN_DECLS struct _EvPropertiesFonts EvPropertiesFonts |
Definition at line 30 of file ev-properties-fonts.h.
typedef struct _EvPropertiesFontsClass EvPropertiesFontsClass |
Definition at line 31 of file ev-properties-fonts.h.
typedef struct _EvPropertiesFontsPrivate EvPropertiesFontsPrivate |
Definition at line 32 of file ev-properties-fonts.h.
GType ev_properties_fonts_get_type | ( | void | ) |
GtkWidget* ev_properties_fonts_new | ( | void | ) |
void ev_properties_fonts_set_document | ( | EvPropertiesFonts * | properties, |
EvDocument * | document | ||
) |