Skip to content

gtkfiledialog: Allow devs to set custom accept labels

Christopher Davis requested to merge wip/cdavis/file-dialog-accept-label into main

Accept labels can be used for additional context regarding the purpose of a file. The old GtkFileChooser APIs allowed developers to set it, but the initial FileDialog API was missing this functionality.

This commit adds gtk_file_dialog_set_accept_label () to restore the missing functionality.

Closes #5421 (closed)

Merge request reports