summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-24 16:15:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-24 16:15:15 +0000
commit7f6f61c9ff37178209b4c9a433b2421fc0180305 (patch)
treef0ac0dad81a0e764fa3f5c6dd5235e1e441e3b6c /gtk/gtkprintoperation.h
parent70376f280a6735551404ad583eb9efd8afcc7cc3 (diff)
downloadgtk+-7f6f61c9ff37178209b4c9a433b2421fc0180305.tar.gz
Custom tab label
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r--gtk/gtkprintoperation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h
index f3003e4dc2..8f430850fa 100644
--- a/gtk/gtkprintoperation.h
+++ b/gtk/gtkprintoperation.h
@@ -138,6 +138,8 @@ void gtk_print_operation_set_track_print_status (GtkPrintOper
gboolean track_status);
void gtk_print_operation_set_show_progress (GtkPrintOperation *op,
gboolean show_progress);
+void gtk_print_operation_set_custom_tab_label (GtkPrintOperation *op,
+ const gchar *label);
GtkPrintOperationResult gtk_print_operation_run (GtkPrintOperation *op,
GtkWindow *parent,
GError **error);