diff options
author | Matthias Clasen <mclasen@redhat.com> | 2023-05-01 18:54:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-05-01 18:54:10 -0400 |
commit | f3c2a0595dee34a1450ea49c952ad315cad904c2 (patch) | |
tree | 2f3fdffeda24e2d0a5320f10868f390a2f23707f /gtk/gtkprintdialog.h | |
parent | 5a74fc9727373b84b15a80e7b665278a1aaaf046 (diff) | |
download | gtk+-wip-print-dialog.tar.gz |
Allow setting the accept label for prepare_printwip-print-dialog
Diffstat (limited to 'gtk/gtkprintdialog.h')
-rw-r--r-- | gtk/gtkprintdialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkprintdialog.h b/gtk/gtkprintdialog.h index f5d1e578cb..cfed6b7d90 100644 --- a/gtk/gtkprintdialog.h +++ b/gtk/gtkprintdialog.h @@ -45,6 +45,13 @@ void gtk_print_dialog_set_title (GtkPrintDialog *s const char *title); GDK_AVAILABLE_IN_4_12 +const char * gtk_print_dialog_get_accept_label (GtkPrintDialog *self); + +GDK_AVAILABLE_IN_4_12 +void gtk_print_dialog_set_accept_label (GtkPrintDialog *self, + const char *accept_label); + +GDK_AVAILABLE_IN_4_12 gboolean gtk_print_dialog_get_modal (GtkPrintDialog *self); GDK_AVAILABLE_IN_4_12 |