# Packages
Binary textdemo displays a couple of Text widgets.
# Functions
DisableScrolling disables the scrolling of the content using keyboard and mouse.
New returns a new text widget.
RollContent configures the text widget so that it rolls the text content up if more text than the size of the container is added.
ScrollKeys configures the keyboard keys that scroll the content.
ScrollMouseButtons configures the mouse buttons that scroll the content.
WrapAtRunes configures the text widget so that it automatically wraps lines that are longer than the width of the widget at rune boundaries.
WrapAtWords configures the text widget so that it automatically wraps lines that are longer than the width of the widget at word boundaries.
WriteCellOpts sets options on the cells that contain the text.
WriteReplace instructs the text widget to replace the entire text content on this write instead of appending.
# Constants
The default keys for content scrolling.
The default keys for content scrolling.
The default keys for content scrolling.
The default keys for content scrolling.
The default mouse buttons for content scrolling.
The default mouse buttons for content scrolling.
# Interfaces
Option is used to provide options to New().
WriteOption is used to provide options to Write().