Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Data Fields | |
GtkWidget * | swindow |
GtkWidget * | icon_view |
GtkWidget * | tree_view |
GtkAdjustment * | vadjustment |
GtkListStore * | list_store |
GHashTable * | loading_icons |
EvDocument * | document |
EvDocumentModel * | model |
EvThumbsSizeCache * | size_cache |
gint | width |
gint | n_pages |
gint | pages_done |
int | rotation |
gboolean | inverted_colors |
gint | start_page |
gint | end_page |
Definition at line 62 of file ev-sidebar-thumbnails.c.
EvDocument* _EvSidebarThumbnailsPrivate::document |
Definition at line 69 of file ev-sidebar-thumbnails.c.
gint _EvSidebarThumbnailsPrivate::end_page |
Definition at line 80 of file ev-sidebar-thumbnails.c.
GtkWidget* _EvSidebarThumbnailsPrivate::icon_view |
Definition at line 64 of file ev-sidebar-thumbnails.c.
gboolean _EvSidebarThumbnailsPrivate::inverted_colors |
Definition at line 77 of file ev-sidebar-thumbnails.c.
GtkListStore* _EvSidebarThumbnailsPrivate::list_store |
Definition at line 67 of file ev-sidebar-thumbnails.c.
GHashTable* _EvSidebarThumbnailsPrivate::loading_icons |
Definition at line 68 of file ev-sidebar-thumbnails.c.
EvDocumentModel* _EvSidebarThumbnailsPrivate::model |
Definition at line 70 of file ev-sidebar-thumbnails.c.
gint _EvSidebarThumbnailsPrivate::n_pages |
Definition at line 74 of file ev-sidebar-thumbnails.c.
gint _EvSidebarThumbnailsPrivate::pages_done |
Definition at line 74 of file ev-sidebar-thumbnails.c.
int _EvSidebarThumbnailsPrivate::rotation |
Definition at line 76 of file ev-sidebar-thumbnails.c.
EvThumbsSizeCache* _EvSidebarThumbnailsPrivate::size_cache |
Definition at line 71 of file ev-sidebar-thumbnails.c.
gint _EvSidebarThumbnailsPrivate::start_page |
Definition at line 80 of file ev-sidebar-thumbnails.c.
GtkWidget* _EvSidebarThumbnailsPrivate::swindow |
Definition at line 63 of file ev-sidebar-thumbnails.c.
GtkWidget* _EvSidebarThumbnailsPrivate::tree_view |
Definition at line 65 of file ev-sidebar-thumbnails.c.
GtkAdjustment* _EvSidebarThumbnailsPrivate::vadjustment |
Definition at line 66 of file ev-sidebar-thumbnails.c.
gint _EvSidebarThumbnailsPrivate::width |
Definition at line 72 of file ev-sidebar-thumbnails.c.