|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <gtk/gtk.h>
Include dependency graph for ev-sidebar-thumbnails.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvSidebarThumbnails |
| struct | _EvSidebarThumbnailsClass |
Macros | |
| #define | EV_TYPE_SIDEBAR_THUMBNAILS (ev_sidebar_thumbnails_get_type()) |
| #define | EV_SIDEBAR_THUMBNAILS(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnails)) |
| #define | EV_SIDEBAR_THUMBNAILS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnailsClass)) |
| #define | EV_IS_SIDEBAR_THUMBNAILS(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_THUMBNAILS)) |
| #define | EV_IS_SIDEBAR_THUMBNAILS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_THUMBNAILS)) |
| #define | EV_SIDEBAR_THUMBNAILS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnailsClass)) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _EvSidebarThumbnails | EvSidebarThumbnails |
| typedef struct _EvSidebarThumbnailsClass | EvSidebarThumbnailsClass |
| typedef struct _EvSidebarThumbnailsPrivate | EvSidebarThumbnailsPrivate |
Functions | |
| GType | ev_sidebar_thumbnails_get_type (void) G_GNUC_CONST |
| GtkWidget * | ev_sidebar_thumbnails_new (void) |
| #define EV_IS_SIDEBAR_THUMBNAILS | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_THUMBNAILS)) |
Definition at line 38 of file ev-sidebar-thumbnails.h.
| #define EV_IS_SIDEBAR_THUMBNAILS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_THUMBNAILS)) |
Definition at line 39 of file ev-sidebar-thumbnails.h.
| #define EV_SIDEBAR_THUMBNAILS | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnails)) |
Definition at line 36 of file ev-sidebar-thumbnails.h.
| #define EV_SIDEBAR_THUMBNAILS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnailsClass)) |
Definition at line 37 of file ev-sidebar-thumbnails.h.
| #define EV_SIDEBAR_THUMBNAILS_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnailsClass)) |
Definition at line 40 of file ev-sidebar-thumbnails.h.
| #define EV_TYPE_SIDEBAR_THUMBNAILS (ev_sidebar_thumbnails_get_type()) |
Definition at line 35 of file ev-sidebar-thumbnails.h.
| typedef typedefG_BEGIN_DECLS struct _EvSidebarThumbnails EvSidebarThumbnails |
Definition at line 31 of file ev-sidebar-thumbnails.h.
| typedef struct _EvSidebarThumbnailsClass EvSidebarThumbnailsClass |
Definition at line 32 of file ev-sidebar-thumbnails.h.
| typedef struct _EvSidebarThumbnailsPrivate EvSidebarThumbnailsPrivate |
Definition at line 33 of file ev-sidebar-thumbnails.h.
| GType ev_sidebar_thumbnails_get_type | ( | void | ) |
| GtkWidget* ev_sidebar_thumbnails_new | ( | void | ) |