summaryrefslogtreecommitdiff
path: root/gtk/gtkcustompaperunixdialog.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-12 08:28:59 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-12 09:22:36 -0400
commit74ac435ae61248190f1ccce62c7fa4a345bbfdd9 (patch)
tree7c449bab4e694bda1f9bc5a9fdc56377154024ea /gtk/gtkcustompaperunixdialog.h
parentc80ba49a6024d4837e6eac97b778fd3a9953e9e2 (diff)
downloadgtk+-74ac435ae61248190f1ccce62c7fa4a345bbfdd9.tar.gz
printdialog: Replace the papersize combo with a dropdown
This one is more complicated, since it involves separators and a custom item.
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.h')
-rw-r--r--gtk/gtkcustompaperunixdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h
index 60566b15e8..299a7fb742 100644
--- a/gtk/gtkcustompaperunixdialog.h
+++ b/gtk/gtkcustompaperunixdialog.h
@@ -63,6 +63,7 @@ GType gtk_custom_paper_unix_dialog_get_type (void) G_GNUC_
GtkWidget * _gtk_custom_paper_unix_dialog_new (GtkWindow *parent,
const gchar *title);
GtkUnit _gtk_print_get_default_user_units (void);
+void gtk_print_load_custom_papers (GListStore *store);
void _gtk_print_load_custom_papers (GtkListStore *store);
void _gtk_print_save_custom_papers (GtkListStore *store);
GList * _gtk_load_custom_papers (void);