Expand description
rat-dialog contains two structs that manage TUI windows.
A pure stack of modal windows.
A list of modeless windows.
There are also some window-decoration widgets that can handle the moving/resizing part. See decorations
Modules§
- decorations
- Widgets that render different window-frames.
Structs§
- Dialog
Stack - Hold a stack of dialog-widgets.
- Window
List - A list of Windows.
Enums§
- Window
Control - Result of event-handling for DialogStack and WindowList.
- Window
Frame Outcome
Traits§
- Window
- Necessary trait for your window-state.
Functions§
- handle_
dialog_ stack - Handle events from top to bottom of the stack.
- handle_
window_ list - Handle events from top to bottom of the stack.