Expand description
This crate is a wrapper around FileDialog for use with immediate mode gui libraries. See ImNativeFileDialog for more information.
Structs§
- A wrapper around FileDialog for use with immediate mode gui libraries. The
show*()
methods create a FileDialog in a new thread, and the result is returned to this object via crossbeam_channel, ready to be polled by the ui using ImNativeFileDialog::check()
Enums§
- Error associated with [NativeFileDialog].