Show
Ignore:
Timestamp:
06/13/06 16:11:47 (2 years ago)
Author:
jordi
Message:

The JobPrint? now implements the new Resolution and ColorMode?.

Files:
1 modified

Legend:

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

    r232 r233  
    4242            virtual void clearResolutionList (void); 
    4343            virtual guint getNumberOfCopies (void); 
     44            virtual gchar *getColorModel (void); 
    4445            virtual PrintPageLayout getPageLayout (void); 
    4546            virtual PrintPageOrientation getPageOrientation (void); 
    4647            virtual const gchar *getPageRange (void); 
    4748            virtual gchar *getPageSize (void); 
     49            virtual gchar *getResolution (void); 
    4850            virtual gchar *getSelectedPrinterName (void); 
    4951            virtual gboolean isCheckedCollate (void);