X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=libview%2Fev-view-private.h;h=0362bcd1901623cae4b0a9f1c3358bb6343bd604;hb=1d0de30170119eade2a7305ffa8ec6d9a3e4af32;hp=4c2457e40ecd63ef2f5fed504a78d8d4faadc1f3;hpb=1ffe54671c4d242e9698f1a07276552dfdabcd07;p=evince.git diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index 4c2457e4..0362bcd1 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined (EVINCE_COMPILATION) @@ -120,11 +120,15 @@ struct _EvView { EvDocumentModel *model; EvPixbufCache *pixbuf_cache; + gsize pixbuf_cache_size; EvPageCache *page_cache; EvHeightToPageCache *height_to_page_cache; EvViewCursor cursor; EvJobRender *current_job; + GtkRequisition requisition; + gboolean internal_size_request; + /* Scrolling */ GtkAdjustment *hadjustment; GtkAdjustment *vadjustment; @@ -151,7 +155,8 @@ struct _EvView { gboolean dual_page; gboolean fullscreen; EvSizingMode sizing_mode; - cairo_surface_t *loading_text; + GtkWidget *loading_window; + guint loading_timeout; /* Common for button press handling */ int pressed_button; @@ -192,7 +197,8 @@ struct _EvViewClass { void (*external_link) (EvView *view, EvLinkAction *action); void (*popup_menu) (EvView *view, - EvLink *link); + GList *items); + void (*selection_changed) (EvView *view); }; void _get_page_size_for_scale_and_rotation (EvDocument *document,