|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include "ev-document.h"
Include dependency graph for ev-properties-dialog.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | EV_TYPE_PROPERTIES_DIALOG (ev_properties_dialog_get_type()) |
| #define | EV_PROPERTIES_DIALOG(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES_DIALOG, EvPropertiesDialog)) |
| #define | EV_PROPERTIES_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES_DIALOG, EvPropertiesDialogClass)) |
| #define | EV_IS_PROPERTIES_DIALOG(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES_DIALOG)) |
| #define | EV_IS_PROPERTIES_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES_DIALOG)) |
| #define | EV_PROPERTIES_DIALOG_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES_DIALOG, EvPropertiesDialogClass)) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _EvPropertiesDialog | EvPropertiesDialog |
| typedef struct _EvPropertiesDialogClass | EvPropertiesDialogClass |
| typedef struct _EvPropertiesDialogPrivate | EvPropertiesDialogPrivate |
Functions | |
| GType | ev_properties_dialog_get_type (void) |
| GtkWidget * | ev_properties_dialog_new (void) |
| void | ev_properties_dialog_set_document (EvPropertiesDialog *properties, const gchar *uri, EvDocument *document) |
| #define EV_IS_PROPERTIES_DIALOG | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_PROPERTIES_DIALOG)) |
Definition at line 35 of file ev-properties-dialog.h.
| #define EV_IS_PROPERTIES_DIALOG_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_PROPERTIES_DIALOG)) |
Definition at line 36 of file ev-properties-dialog.h.
| #define EV_PROPERTIES_DIALOG | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_PROPERTIES_DIALOG, EvPropertiesDialog)) |
Definition at line 33 of file ev-properties-dialog.h.
| #define EV_PROPERTIES_DIALOG_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_PROPERTIES_DIALOG, EvPropertiesDialogClass)) |
Definition at line 34 of file ev-properties-dialog.h.
| #define EV_PROPERTIES_DIALOG_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_PROPERTIES_DIALOG, EvPropertiesDialogClass)) |
Definition at line 37 of file ev-properties-dialog.h.
| #define EV_TYPE_PROPERTIES_DIALOG (ev_properties_dialog_get_type()) |
Definition at line 32 of file ev-properties-dialog.h.
| typedef typedefG_BEGIN_DECLS struct _EvPropertiesDialog EvPropertiesDialog |
Definition at line 28 of file ev-properties-dialog.h.
| typedef struct _EvPropertiesDialogClass EvPropertiesDialogClass |
Definition at line 29 of file ev-properties-dialog.h.
| typedef struct _EvPropertiesDialogPrivate EvPropertiesDialogPrivate |
Definition at line 30 of file ev-properties-dialog.h.
| GType ev_properties_dialog_get_type | ( | void | ) |
| GtkWidget* ev_properties_dialog_new | ( | void | ) |
| void ev_properties_dialog_set_document | ( | EvPropertiesDialog * | properties, |
| const gchar * | uri, | ||
| EvDocument * | document | ||
| ) |