Module conrod::widget::text_edit[][src]

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

Structs

State

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

Style

Unique graphical styling for the TextEdit.

TextEdit

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

Enums

Cursor

The position of the Cursor over the text.

Drag

Track whether some sort of dragging is currently occurring.