|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-zoom-action.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvZoomAction |
| struct | _EvZoomActionClass |
Macros | |
| #define | EV_TYPE_ZOOM_ACTION (ev_zoom_action_get_type ()) |
| #define | EV_ZOOM_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_ZOOM_ACTION, EvZoomAction)) |
| #define | EV_IS_ZOOM_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_ZOOM_ACTION)) |
| #define | EV_ZOOM_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_ZOOM_ACTION, EvZoomActionClass)) |
| #define | EV_IS_ZOOM_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_ZOOM_ACTION)) |
| #define | EV_ZOOM_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_ZOOM_ACTION, EvZoomActionClass)) |
Typedefs | |
| typedef struct _EvZoomAction | EvZoomAction |
| typedef struct _EvZoomActionClass | EvZoomActionClass |
| typedef struct _EvZoomActionPrivate | EvZoomActionPrivate |
Functions | |
| GType | ev_zoom_action_get_type (void) |
| GtkWidget * | ev_zoom_action_new (EvDocumentModel *model, GMenu *menu) |
| gboolean | ev_zoom_action_get_popup_shown (EvZoomAction *action) |
| #define EV_IS_ZOOM_ACTION | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_ZOOM_ACTION)) |
Definition at line 32 of file ev-zoom-action.h.
| #define EV_IS_ZOOM_ACTION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((obj), EV_TYPE_ZOOM_ACTION)) |
Definition at line 34 of file ev-zoom-action.h.
| #define EV_TYPE_ZOOM_ACTION (ev_zoom_action_get_type ()) |
Definition at line 30 of file ev-zoom-action.h.
| #define EV_ZOOM_ACTION | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_ZOOM_ACTION, EvZoomAction)) |
Definition at line 31 of file ev-zoom-action.h.
| #define EV_ZOOM_ACTION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_ZOOM_ACTION, EvZoomActionClass)) |
Definition at line 33 of file ev-zoom-action.h.
| #define EV_ZOOM_ACTION_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS((obj), EV_TYPE_ZOOM_ACTION, EvZoomActionClass)) |
Definition at line 35 of file ev-zoom-action.h.
| typedef struct _EvZoomAction EvZoomAction |
Definition at line 37 of file ev-zoom-action.h.
| typedef struct _EvZoomActionClass EvZoomActionClass |
Definition at line 38 of file ev-zoom-action.h.
| typedef struct _EvZoomActionPrivate EvZoomActionPrivate |
Definition at line 39 of file ev-zoom-action.h.
| gboolean ev_zoom_action_get_popup_shown | ( | EvZoomAction * | action) |
| GType ev_zoom_action_get_type | ( | void | ) |
| GtkWidget* ev_zoom_action_new | ( | EvDocumentModel * | model, |
| GMenu * | menu | ||
| ) |