nativefiledialog-extended
Native file dialog library with C and C++ bindings
This package provides a library that portably invokes native file open, folder select and file save dialogs. It allows the specification of a default file name and location, as well as filters with friendly names (such as "source files" or "image files") where supported.
- Versions: 1.2.1
- Website: https://github.com/btzy/nativefiledialog-extended
- Licenses: Zlib
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nativefiledialog-extended
as follows:
guix install nativefiledialog-extended
Or install a particular version:
guix install nativefiledialog-extended@1.2.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of nativefiledialog-extended about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nativefiledialog-extended'><img src='https://packages.guix.gnu.org/packages/nativefiledialog-extended/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nativefiledialog-extended)
Example Org:
[[https://packages.guix.gnu.org/packages/nativefiledialog-extended][https://packages.guix.gnu.org/packages/nativefiledialog-extended/badges/latest-version.svg]]