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 (ev_properties_view_get_type()) |
#define | EV_PROPERTIES_VIEW(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES, EvPropertiesView)) |
#define | EV_PROPERTIES_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES, EvPropertiesViewClass)) |
#define | EV_IS_PROPERTIES_VIEW(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES)) |
#define | EV_IS_PROPERTIES_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES)) |
#define | EV_PROPERTIES_VIEW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES, EvPropertiesViewClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvPropertiesView | EvPropertiesView |
typedef struct _EvPropertiesViewClass | EvPropertiesViewClass |
typedef struct _EvPropertiesViewPrivate | EvPropertiesViewPrivate |
Functions | |
GType | ev_properties_view_get_type (void) |
void | ev_properties_view_register_type (GTypeModule *module) |
GtkWidget * | ev_properties_view_new (EvDocument *document) |
void | ev_properties_view_set_info (EvPropertiesView *properties, const EvDocumentInfo *info) |
#define EV_IS_PROPERTIES_VIEW | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES)) |
Definition at line 37 of file ev-properties-view.h.
#define EV_IS_PROPERTIES_VIEW_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES)) |
Definition at line 38 of file ev-properties-view.h.
#define EV_PROPERTIES_VIEW | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES, EvPropertiesView)) |
Definition at line 35 of file ev-properties-view.h.
#define EV_PROPERTIES_VIEW_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES, EvPropertiesViewClass)) |
Definition at line 36 of file ev-properties-view.h.
#define EV_PROPERTIES_VIEW_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES, EvPropertiesViewClass)) |
Definition at line 39 of file ev-properties-view.h.
#define EV_TYPE_PROPERTIES (ev_properties_view_get_type()) |
Definition at line 34 of file ev-properties-view.h.
typedef typedefG_BEGIN_DECLS struct _EvPropertiesView EvPropertiesView |
Definition at line 30 of file ev-properties-view.h.
typedef struct _EvPropertiesViewClass EvPropertiesViewClass |
Definition at line 31 of file ev-properties-view.h.
typedef struct _EvPropertiesViewPrivate EvPropertiesViewPrivate |
Definition at line 32 of file ev-properties-view.h.
GType ev_properties_view_get_type | ( | void | ) |
GtkWidget* ev_properties_view_new | ( | EvDocument * | document) |
void ev_properties_view_register_type | ( | GTypeModule * | module) |
void ev_properties_view_set_info | ( | EvPropertiesView * | properties, |
const EvDocumentInfo * | info | ||
) |