Re-exports§
pub use labels::FileDialogLabels;pub use keybindings::FileDialogKeyBindings;pub use keybindings::KeyBinding;
Modules§
- keybindings 🔒
- labels 🔒
Structs§
- File
Dialog Config - Contains configuration values of a file dialog.
- File
Filter - Defines a specific file filter that the user can select from a dropdown.
- Icon
Filter - Sets a specific icon for directory entries.
- Pinned
Folder - Folder that the user pinned to the left sidebar.
- Quick
Access - Stores a custom quick access section of the file dialog.
- Quick
Access Path - Stores the display name and the actual path of a quick access link.
- Save
Extension - Defines a specific file extension that the user can select when saving a file.
Enums§
- Opening
Mode - Sets which directory is loaded when opening the file dialog.
Type Aliases§
- Filter
- Function that returns true if the specific item matches the filter.