Hi! I’m currently working on porting GIMP’s file chooser dialogs to GtkFileChooserNative (see Draft: plug-ins: Switch to GtkNativeFileChooser (!2647) · Merge requests · GNOME / GIMP · GitLab )
A few of our dialogues with custom checkbox widgets can be recreated with gtk_file_chooser_add_choice (). However, they seem to lose their mnemonics/accelerators (the usual underline is treated as just an underline).
Is it possible to include accelerators with gtk_file_chooser_add_choice ()?
I see that it works with the OK/Cancel buttons, so I assume it’s possible with GtkFileChooserNative.