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

Lists the contents of a single directory.

Reacts to events for selection of one or more files, de-selection, deletion and double-clicking.

Structs

DirectoryView

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

Entry

Data stored for each File in the State.

State

Unique state stored within the widget graph for each FileNavigator.

Style

Unique styling for the widget.

Enums

Event

The kinds of Events produced by the DirectoryView.