Crate rat_dialog

Crate rat_dialog 

Source
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§

DialogStack
Hold a stack of dialog-widgets.
WindowList
A list of Windows.

Enums§

WindowControl
Result of event-handling for DialogStack and WindowList.
WindowFrameOutcome

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.