diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-24 16:15:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-24 16:15:15 +0000 |
commit | 7f6f61c9ff37178209b4c9a433b2421fc0180305 (patch) | |
tree | f0ac0dad81a0e764fa3f5c6dd5235e1e441e3b6c /gtk/gtkprintoperation-private.h | |
parent | 70376f280a6735551404ad583eb9efd8afcc7cc3 (diff) | |
download | gtk+-7f6f61c9ff37178209b4c9a433b2421fc0180305.tar.gz |
Custom tab label
Diffstat (limited to 'gtk/gtkprintoperation-private.h')
-rw-r--r-- | gtk/gtkprintoperation-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation-private.h b/gtk/gtkprintoperation-private.h index 99237d5806..55c7a93d0d 100644 --- a/gtk/gtkprintoperation-private.h +++ b/gtk/gtkprintoperation-private.h @@ -60,6 +60,7 @@ struct _GtkPrintOperationPrivate double manual_scale; GtkPageSet manual_page_set; GtkWidget *custom_widget; + gchar *custom_tab_label; gpointer platform_data; GDestroyNotify free_platform_data; |