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 | |
gboolean | in_drag |
GdkPoint | start |
gdouble | hadj |
gdouble | vadj |
guint | drag_timeout_id |
guint | release_timeout_id |
GdkPoint | buffer [DRAG_HISTORY] |
GdkPoint | momentum |
Definition at line 41 of file ev-view-private.h.
GdkPoint DragInfo::buffer[DRAG_HISTORY] |
Definition at line 48 of file ev-view-private.h.
guint DragInfo::drag_timeout_id |
Definition at line 46 of file ev-view-private.h.
gdouble DragInfo::hadj |
Definition at line 44 of file ev-view-private.h.
gboolean DragInfo::in_drag |
Definition at line 42 of file ev-view-private.h.
GdkPoint DragInfo::momentum |
Definition at line 49 of file ev-view-private.h.
guint DragInfo::release_timeout_id |
Definition at line 47 of file ev-view-private.h.
GdkPoint DragInfo::start |
Definition at line 43 of file ev-view-private.h.
gdouble DragInfo::vadj |
Definition at line 45 of file ev-view-private.h.