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.
Macros | |
#define | EV_TYPE_ANNOTATION_WINDOW (ev_annotation_window_get_type()) |
#define | EV_ANNOTATION_WINDOW(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindow)) |
#define | EV_ANNOTATION_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindowClass)) |
#define | EV_IS_ANNOTATION_WINDOW(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_ANNOTATION_WINDOW)) |
#define | EV_IS_ANNOTATION_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_ANNOTATION_WINDOW)) |
#define | EV_ANNOTATION_WINDOW_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindowClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvAnnotationWindow | EvAnnotationWindow |
typedef struct _EvAnnotationWindowClass | EvAnnotationWindowClass |
Functions | |
GType | ev_annotation_window_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_annotation_window_new (EvAnnotation *annot, GtkWindow *parent) |
EvAnnotation * | ev_annotation_window_get_annotation (EvAnnotationWindow *window) |
void | ev_annotation_window_set_annotation (EvAnnotationWindow *window, EvAnnotation *annot) |
gboolean | ev_annotation_window_is_open (EvAnnotationWindow *window) |
void | ev_annotation_window_get_rectangle (EvAnnotationWindow *window, EvRectangle *rect) |
void | ev_annotation_window_set_rectangle (EvAnnotationWindow *window, const EvRectangle *rect) |
void | ev_annotation_window_grab_focus (EvAnnotationWindow *window) |
void | ev_annotation_window_ungrab_focus (EvAnnotationWindow *window) |
#define EV_ANNOTATION_WINDOW | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindow)) |
Definition at line 35 of file ev-annotation-window.h.
#define EV_ANNOTATION_WINDOW_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindowClass)) |
Definition at line 36 of file ev-annotation-window.h.
#define EV_ANNOTATION_WINDOW_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_ANNOTATION_WINDOW, EvAnnotationWindowClass)) |
Definition at line 39 of file ev-annotation-window.h.
#define EV_IS_ANNOTATION_WINDOW | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_ANNOTATION_WINDOW)) |
Definition at line 37 of file ev-annotation-window.h.
#define EV_IS_ANNOTATION_WINDOW_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_ANNOTATION_WINDOW)) |
Definition at line 38 of file ev-annotation-window.h.
#define EV_TYPE_ANNOTATION_WINDOW (ev_annotation_window_get_type()) |
Definition at line 34 of file ev-annotation-window.h.
typedef typedefG_BEGIN_DECLS struct _EvAnnotationWindow EvAnnotationWindow |
Definition at line 31 of file ev-annotation-window.h.
typedef struct _EvAnnotationWindowClass EvAnnotationWindowClass |
Definition at line 32 of file ev-annotation-window.h.
EvAnnotation* ev_annotation_window_get_annotation | ( | EvAnnotationWindow * | window) |
void ev_annotation_window_get_rectangle | ( | EvAnnotationWindow * | window, |
EvRectangle * | rect | ||
) |
GType ev_annotation_window_get_type | ( | void | ) |
void ev_annotation_window_grab_focus | ( | EvAnnotationWindow * | window) |
Definition at line 676 of file ev-annotation-window.c.
gboolean ev_annotation_window_is_open | ( | EvAnnotationWindow * | window) |
GtkWidget* ev_annotation_window_new | ( | EvAnnotation * | annot, |
GtkWindow * | parent | ||
) |
void ev_annotation_window_set_annotation | ( | EvAnnotationWindow * | window, |
EvAnnotation * | annot | ||
) |
Definition at line 632 of file ev-annotation-window.c.
void ev_annotation_window_set_rectangle | ( | EvAnnotationWindow * | window, |
const EvRectangle * | rect | ||
) |
Definition at line 666 of file ev-annotation-window.c.
void ev_annotation_window_ungrab_focus | ( | EvAnnotationWindow * | window) |