Show
Ignore:
Timestamp:
06/10/06 18:42:54 (2 years ago)
Author:
jordi
Message:

Added a test suite for the PrintPter? and a Dumb view for testing purposes. I've created the first test that checks the initial control's sensitivity.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/PrintPter.cxx

    r213 r216  
    4343{ 
    4444    m_View = view; 
     45 
     46    // Set the page range and collate options insensitive. 
     47    view->sensitiveCollate (FALSE); 
     48    view->sensitivePageRange (FALSE); 
     49 
    4550    getView ().setPresenter (this); 
    4651}