Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <ev-view-private.h>
Data Fields | |
GdkPoint | start |
EvPoint | cursor_offset |
gboolean | annot_clicked |
gboolean | moving_annot |
EvAnnotation * | annot |
Definition at line 125 of file ev-view-private.h.
EvAnnotation* MovingAnnotInfo::annot |
Definition at line 130 of file ev-view-private.h.
gboolean MovingAnnotInfo::annot_clicked |
Definition at line 128 of file ev-view-private.h.
EvPoint MovingAnnotInfo::cursor_offset |
Definition at line 127 of file ev-view-private.h.
gboolean MovingAnnotInfo::moving_annot |
Definition at line 129 of file ev-view-private.h.
GdkPoint MovingAnnotInfo::start |
Definition at line 126 of file ev-view-private.h.