Add GTK_PRINTER_OPTION_TYPE_ALTERNATIVE which is semantically the same as
2006-06-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroption.h: * gtk/gtkprinteroption.c: Add GTK_PRINTER_OPTION_TYPE_ALTERNATIVE which is semantically the same as PICKONE, but is intended to show all options all the time. * gtk/gtkprinteroptionwidget.c: Implement ALTERNATIVE as radio group.
This commit is contained in:
committed by
Matthias Clasen
parent
505c6149cc
commit
320660fb81
@ -46,6 +46,7 @@ typedef struct _GtkPrinterOptionClass GtkPrinterOptionClass;
|
||||
typedef enum {
|
||||
GTK_PRINTER_OPTION_TYPE_BOOLEAN,
|
||||
GTK_PRINTER_OPTION_TYPE_PICKONE,
|
||||
GTK_PRINTER_OPTION_TYPE_ALTERNATIVE,
|
||||
GTK_PRINTER_OPTION_TYPE_STRING,
|
||||
GTK_PRINTER_OPTION_TYPE_FILESAVE
|
||||
} GtkPrinterOptionType;
|
||||
|
||||
Reference in New Issue
Block a user