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.
Data Structures | |
struct | _EvSidebarAttachments |
struct | _EvSidebarAttachmentsClass |
Macros | |
#define | EV_TYPE_SIDEBAR_ATTACHMENTS (ev_sidebar_attachments_get_type()) |
#define | EV_SIDEBAR_ATTACHMENTS(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachments)) |
#define | EV_SIDEBAR_ATTACHMENTS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass)) |
#define | EV_IS_SIDEBAR_ATTACHMENTS(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_ATTACHMENTS)) |
#define | EV_IS_SIDEBAR_ATTACHMENTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_ATTACHMENTS)) |
#define | EV_SIDEBAR_ATTACHMENTS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvSidebarAttachments | EvSidebarAttachments |
typedef struct _EvSidebarAttachmentsClass | EvSidebarAttachmentsClass |
typedef struct _EvSidebarAttachmentsPrivate | EvSidebarAttachmentsPrivate |
Functions | |
GType | ev_sidebar_attachments_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_sidebar_attachments_new (void) |
#define EV_IS_SIDEBAR_ATTACHMENTS | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_ATTACHMENTS)) |
Definition at line 39 of file ev-sidebar-attachments.h.
#define EV_IS_SIDEBAR_ATTACHMENTS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_ATTACHMENTS)) |
Definition at line 40 of file ev-sidebar-attachments.h.
#define EV_SIDEBAR_ATTACHMENTS | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachments)) |
Definition at line 37 of file ev-sidebar-attachments.h.
#define EV_SIDEBAR_ATTACHMENTS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass)) |
Definition at line 38 of file ev-sidebar-attachments.h.
#define EV_SIDEBAR_ATTACHMENTS_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass)) |
Definition at line 41 of file ev-sidebar-attachments.h.
#define EV_TYPE_SIDEBAR_ATTACHMENTS (ev_sidebar_attachments_get_type()) |
Definition at line 36 of file ev-sidebar-attachments.h.
typedef typedefG_BEGIN_DECLS struct _EvSidebarAttachments EvSidebarAttachments |
Definition at line 32 of file ev-sidebar-attachments.h.
typedef struct _EvSidebarAttachmentsClass EvSidebarAttachmentsClass |
Definition at line 33 of file ev-sidebar-attachments.h.
typedef struct _EvSidebarAttachmentsPrivate EvSidebarAttachmentsPrivate |
Definition at line 34 of file ev-sidebar-attachments.h.
GType ev_sidebar_attachments_get_type | ( | void | ) |
GtkWidget* ev_sidebar_attachments_new | ( | void | ) |
Definition at line 596 of file ev-sidebar-attachments.c.