Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <glib-object.h>
#include <gtk/gtk.h>
Go to the source code of this file.
Data Structures | |
struct | _EvRecentView |
struct | _EvRecentViewClass |
Macros | |
#define | EV_TYPE_RECENT_VIEW (ev_recent_view_get_type ()) |
#define | EV_RECENT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_RECENT_VIEW, EvRecentView)) |
#define | EV_IS_RECENT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_RECENT_VIEW)) |
#define | EV_RECENT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_RECENT_VIEW, EvRecentViewClass)) |
#define | EV_IS_RECENT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_RECENT_VIEW)) |
#define | EV_RECENT_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_RECENT_VIEW, EvRecentViewClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvRecentView | EvRecentView |
typedef struct _EvRecentViewClass | EvRecentViewClass |
typedef struct _EvRecentViewPrivate | EvRecentViewPrivate |
Functions | |
GType | ev_recent_view_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_recent_view_new (void) |
#define EV_IS_RECENT_VIEW | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_RECENT_VIEW)) |
Definition at line 34 of file ev-recent-view.h.
#define EV_IS_RECENT_VIEW_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_RECENT_VIEW)) |
Definition at line 36 of file ev-recent-view.h.
#define EV_RECENT_VIEW | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_RECENT_VIEW, EvRecentView)) |
Definition at line 33 of file ev-recent-view.h.
#define EV_RECENT_VIEW_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_RECENT_VIEW, EvRecentViewClass)) |
Definition at line 35 of file ev-recent-view.h.
#define EV_RECENT_VIEW_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_RECENT_VIEW, EvRecentViewClass)) |
Definition at line 37 of file ev-recent-view.h.
#define EV_TYPE_RECENT_VIEW (ev_recent_view_get_type ()) |
Definition at line 32 of file ev-recent-view.h.
typedef typedefG_BEGIN_DECLS struct _EvRecentView EvRecentView |
Definition at line 28 of file ev-recent-view.h.
typedef struct _EvRecentViewClass EvRecentViewClass |
Definition at line 29 of file ev-recent-view.h.
typedef struct _EvRecentViewPrivate EvRecentViewPrivate |
Definition at line 30 of file ev-recent-view.h.
GType ev_recent_view_get_type | ( | void | ) |
GtkWidget* ev_recent_view_new | ( | void | ) |