Show
Ignore:
Timestamp:
04/11/06 14:53:06 (3 years ago)
Author:
jordi
Message:

The presenter is now able to control the Zoom: In, Out, toFit and toWidth.
The ZoomIn? and ZoomOut? controls also get sensitived depending if we can zoom in/out or not.

This puts an end to the presenter. I still need to check why compiling MainPterTest?.cxx takes this insane amount of time.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbMainView.cxx

    r29 r31  
    145145 
    146146void 
     147DumbMainView::getPageViewSize (gint *width, gint *height) 
     148{ 
     149    *width = 75; 
     150    *height = 50; 
     151} 
     152 
     153void 
    147154DumbMainView::setTitle (const gchar *title) 
    148155{