Home
last modified time | relevance | path

Searched refs:PDF_BW (Results 1 – 3 of 3) sorted by relevance

/dports/biology/seaview/seaview/
H A Dseaview.h137 typedef enum {PDF_COLOR, PDF_BW, TEXT_ONLY, SVG} pdf_kind; enumerator
H A Duse_mase_files.cxx1691 use_pdf = (pdfkindvalue == PDF_COLOR || pdfkindvalue == PDF_BW); in printout()
1910 else if(pdfkindvalue == PDF_BW) { in printout()
H A Dseaview.cxx3433 if ( ((Fl_Round_Button *)group->child(1))->value() )printout_black = PDF_BW; in radio_callback()
3510 else if(printout_black == PDF_BW) blackb->setonly() ; in pdfps_options_dialog()