Changeset 218 for trunk/src/IPrintView.h

Show
Ignore:
Timestamp:
06/10/06 19:50:31 (2 years ago)
Author:
jordi
Message:

The page range sensitivity is also implemented as well as the callback function for it and the collate sensitivity and the tests for both.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IPrintView.h

    r217 r218  
    7070 
    7171            /// 
     72            /// @brief Check is the "All Pages" range option is selected. 
     73            /// 
     74            /// @return TRUE if the range's "All Pages" option is selected. 
     75            ///         FALSE otherwise. 
     76            /// 
     77            virtual gboolean isSelectedAllPagesRangeOption (void) = 0; 
     78 
     79            /// 
    7280            /// @brief Changes the sensitivity of the "Collate" option. 
    7381            ///