We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, your API does not allow the title of the file dialog to be specified.
It seems straightforward to support this, because all of the underlying platform APIs provide an option to set the title:
title
NSSavePanel
"Open File"
nativefiledialog/src/nfd_gtk.c
Line 181 in 67345b8
nativefiledialog/src/nfd_zenity.c
Line 190 in 67345b8
PS. Just got a Julia wrapper for this library (https://github.com/Suavesito-Olimpiada/NativeFileDialog.jl) along with precompiled binaries for many platforms (https://github.com/JuliaBinaryWrappers/NativeFileDialog_jll.jl), thanks to @Suavesito-Olimpiada.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, your API does not allow the title of the file dialog to be specified.
It seems straightforward to support this, because all of the underlying platform APIs provide an option to set the title:
title
property ofNSSavePanel
on MacOS"Open File"
:nativefiledialog/src/nfd_gtk.c
Line 181 in 67345b8
nativefiledialog/src/nfd_zenity.c
Line 190 in 67345b8
PS. Just got a Julia wrapper for this library (https://github.com/Suavesito-Olimpiada/NativeFileDialog.jl) along with precompiled binaries for many platforms (https://github.com/JuliaBinaryWrappers/NativeFileDialog_jll.jl), thanks to @Suavesito-Olimpiada.
The text was updated successfully, but these errors were encountered: