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

Expand description

A widget for displaying and mutating multi-line text, given as a String.

Structs

The State of the TextEdit widget that will be cached within the Ui.

Unique graphical styling for the TextEdit.

A widget for displaying and mutating multi-line text, given as a String.

Enums

The position of the Cursor over the text.

Track whether some sort of dragging is currently occurring.