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 | _EvHistoryAction |
struct | _EvHistoryActionClass |
Macros | |
#define | EV_TYPE_HISTORY_ACTION (ev_history_action_get_type ()) |
#define | EV_HISTORY_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_HISTORY_ACTION, EvHistoryAction)) |
#define | EV_IS_HISTORY_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_HISTORY_ACTION)) |
#define | EV_HISTORY_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_HISTORY_ACTION, EvHistoryActionClass)) |
#define | EV_IS_HISTORY_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_HISTORY_ACTION)) |
#define | EV_HISTORY_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_HISTORY_ACTION, EvHistoryActionClass)) |
Typedefs | |
typedef struct _EvHistoryAction | EvHistoryAction |
typedef struct _EvHistoryActionClass | EvHistoryActionClass |
typedef struct _EvHistoryActionPrivate | EvHistoryActionPrivate |
Functions | |
GType | ev_history_action_get_type (void) |
GtkWidget * | ev_history_action_new (EvHistory *history) |
gboolean | ev_history_action_get_popup_shown (EvHistoryAction *action) |
#define EV_HISTORY_ACTION | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_HISTORY_ACTION, EvHistoryAction)) |
Definition at line 31 of file ev-history-action.h.
#define EV_HISTORY_ACTION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_HISTORY_ACTION, EvHistoryActionClass)) |
Definition at line 33 of file ev-history-action.h.
#define EV_HISTORY_ACTION_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_HISTORY_ACTION, EvHistoryActionClass)) |
Definition at line 35 of file ev-history-action.h.
#define EV_IS_HISTORY_ACTION | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_HISTORY_ACTION)) |
Definition at line 32 of file ev-history-action.h.
#define EV_IS_HISTORY_ACTION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_HISTORY_ACTION)) |
Definition at line 34 of file ev-history-action.h.
#define EV_TYPE_HISTORY_ACTION (ev_history_action_get_type ()) |
Definition at line 30 of file ev-history-action.h.
typedef struct _EvHistoryAction EvHistoryAction |
Definition at line 37 of file ev-history-action.h.
typedef struct _EvHistoryActionClass EvHistoryActionClass |
Definition at line 38 of file ev-history-action.h.
typedef struct _EvHistoryActionPrivate EvHistoryActionPrivate |
Definition at line 39 of file ev-history-action.h.
gboolean ev_history_action_get_popup_shown | ( | EvHistoryAction * | action) |
GType ev_history_action_get_type | ( | void | ) |
GtkWidget* ev_history_action_new | ( | EvHistory * | history) |