diff options
author | Richard Hughes <richard@hughsie.com> | 2011-06-08 12:02:39 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2011-06-08 16:38:23 +0100 |
commit | 93957459d8613eeb9413b4e5a32d4ccec6036160 (patch) | |
tree | 81c82e8e4054a5f55965f0080f05fd3b7e39d11e /gtk/gtkprinteroption.h | |
parent | a1ce49c30eac1749d42f3dd11d4dba9250ac60c9 (diff) | |
download | gtk+-93957459d8613eeb9413b4e5a32d4ccec6036160.tar.gz |
Add a GtkPrinterOptionWidget type of INFO to just show informational text from the print backend
This fixes https://bugzilla.gnome.org/show_bug.cgi?id=652103
Diffstat (limited to 'gtk/gtkprinteroption.h')
-rw-r--r-- | gtk/gtkprinteroption.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkprinteroption.h b/gtk/gtkprinteroption.h index 50e7ddf324..9138fd6c49 100644 --- a/gtk/gtkprinteroption.h +++ b/gtk/gtkprinteroption.h @@ -53,7 +53,8 @@ typedef enum { GTK_PRINTER_OPTION_TYPE_PICKONE_STRING, GTK_PRINTER_OPTION_TYPE_ALTERNATIVE, GTK_PRINTER_OPTION_TYPE_STRING, - GTK_PRINTER_OPTION_TYPE_FILESAVE + GTK_PRINTER_OPTION_TYPE_FILESAVE, + GTK_PRINTER_OPTION_TYPE_INFO } GtkPrinterOptionType; struct _GtkPrinterOption |