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 | _EvPageAction |
struct | _EvPageActionClass |
Macros | |
#define | EV_TYPE_PAGE_ACTION (ev_page_action_get_type ()) |
#define | EV_PAGE_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION, EvPageAction)) |
#define | EV_PAGE_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_PAGE_ACTION, EvPageActionClass)) |
#define | EV_IS_PAGE_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_PAGE_ACTION)) |
#define | EV_IS_PAGE_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_PAGE_ACTION)) |
#define | EV_PAGE_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_PAGE_ACTION, EvPageActionClass)) |
Typedefs | |
typedef struct _EvPageAction | EvPageAction |
typedef struct _EvPageActionPrivate | EvPageActionPrivate |
typedef struct _EvPageActionClass | EvPageActionClass |
Functions | |
GType | ev_page_action_get_type (void) G_GNUC_CONST |
void | ev_page_action_set_model (EvPageAction *page_action, EvDocumentModel *model) |
void | ev_page_action_set_links_model (EvPageAction *page_action, GtkTreeModel *links_model) |
void | ev_page_action_grab_focus (EvPageAction *page_action) |
#define EV_IS_PAGE_ACTION | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_PAGE_ACTION)) |
Definition at line 34 of file ev-page-action.h.
#define EV_IS_PAGE_ACTION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_PAGE_ACTION)) |
Definition at line 35 of file ev-page-action.h.
#define EV_PAGE_ACTION | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_ACTION, EvPageAction)) |
Definition at line 32 of file ev-page-action.h.
#define EV_PAGE_ACTION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_PAGE_ACTION, EvPageActionClass)) |
Definition at line 33 of file ev-page-action.h.
#define EV_PAGE_ACTION_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_PAGE_ACTION, EvPageActionClass)) |
Definition at line 36 of file ev-page-action.h.
#define EV_TYPE_PAGE_ACTION (ev_page_action_get_type ()) |
Definition at line 31 of file ev-page-action.h.
typedef struct _EvPageAction EvPageAction |
Definition at line 38 of file ev-page-action.h.
typedef struct _EvPageActionClass EvPageActionClass |
Definition at line 40 of file ev-page-action.h.
typedef struct _EvPageActionPrivate EvPageActionPrivate |
Definition at line 39 of file ev-page-action.h.
GType ev_page_action_get_type | ( | void | ) |
void ev_page_action_grab_focus | ( | EvPageAction * | page_action) |
void ev_page_action_set_links_model | ( | EvPageAction * | page_action, |
GtkTreeModel * | links_model | ||
) |
void ev_page_action_set_model | ( | EvPageAction * | page_action, |
EvDocumentModel * | model | ||
) |