[−][src]Module termwiz::widgets
Modules
| layout | This module provides some automatic layout functionality for widgets. The parameters are similar to those that you may have encountered in HTML, but do not fully recreate the layout model. |
Structs
| CursorShapeAndPosition | |
| ParentRelativeCoords | Relative to the top left of the parent container |
| Rect | |
| RenderArgs | |
| ScreenRelativeCoords | Relative to the top left of the screen |
| Ui | Manages the widgets on the display |
| UpdateArgs | UpdateArgs provides access to the widget and UI state during
a call to |
| WidgetId | The |
Enums
| WidgetEvent | Describes an event that may need to be processed by the widget |
Traits
| Widget | Implementing the |