Module nannou::ui::widget::file_navigator[][src]

Expand description

A widget for navigating through through a file system. Generally inspired by Finder.

Useful for saving widgets that save/load files.

  • DirectoryView: Lists the contents of a single directory. Reacts to events for selection of one or more files, de-selection, deletion and double-clicking.
  • FileView: Displays some basic information about the file.

Modules

Lists the contents of a single directory.

Structs

Represents the state for a single directory.

For viewing, selecting, double-clicking, etc the contents of a directory.

A widget for navigating and interacting with a file system.

Unique state stored within the widget graph for each FileNavigator.

Unique styling for the widget.

Enums

The kinds of events that the FileNavigator may produce.

A type for specifying the types of files to be shown by a FileNavigator.