Show
Ignore:
Timestamp:
04/20/06 13:09:22 (3 years ago)
Author:
jordi
Message:

The MainPter? now resizes the page shown if the zoom to width or zoom to fit, that now are toggle actions, are activated. The view also tells to the presenter when the scroll window has resized, so it can calculate the new page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.h

    r97 r99  
    3131            MainView (MainPter *pter); 
    3232            ~MainView (); 
    33              
     33            
     34            void activeZoomFit (gboolean active); 
     35            void activeZoomWidth (gboolean active); 
    3436            gchar *openFileDialog (const gchar *lastFolder); 
    3537            gchar *promptPasswordDialog (void);