add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD,

* gtk/gtkprinteroption.h:
 * gtk/gtkprinteroptionwidget.c:
 * modules/printbackends/cups/gtkprintbackendcups.c:
   add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD,
   GTK_PRINTER_OPTION_TYPE_PICKONE_PASSCODE,
   GTK_PRINTER_OPTION_TYPE_PICKONE_REAL,
   GTK_PRINTER_OPTION_TYPE_PICKONE_INT,
   and GTK_PRINTER_OPTION_TYPE_PICKONE_STRING options to support a subset
   of the new CUPS 1.2 custom options spec
This commit is contained in:
John Palmieri
2006-07-18 18:26:51 +00:00
parent 499474586d
commit 7d2ec5d007
6 changed files with 260 additions and 25 deletions

View File

@ -84,7 +84,7 @@ gtk_printer_option_class_init (GtkPrinterOptionClass *class)
GtkPrinterOption *
gtk_printer_option_new (const char *name, const char *display_text,
GtkPrinterOptionType type)
GtkPrinterOptionType type)
{
GtkPrinterOption *option;