Crate im_native_dialog

Source
Expand description

This crate is a wrapper around FileDialog for use with immediate mode gui libraries. See ImNativeFileDialog for more information.

Structs§

ImNativeFileDialog
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§

ImNativeDialogError
Error associated with [NativeFileDialog].