wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Use GtkFileChooserNative as file picker dialog #24486

Open gudvinr opened 3 weeks ago

gudvinr commented 3 weeks ago

Description

With GtkFileChooserNative it is possible to override GTK+ dialog with GTK_USE_PORTAL=1, so applications will use native dialogs

That is probably only useful for KDE Plasma users though, but nice to have nonetheless.

vadz commented 3 weeks ago

Yes, this would be nice to have, any contributions would be welcome.