| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.TUI.Drawing
Synopsis
- draw :: CardanoClient -> Client Tx IO -> RootState -> [Widget Name]
- drawTabBar :: ActiveTab -> Text -> Text -> Widget n
- modalTabLabel :: RootState -> Text
- drawTab :: ActiveTab -> Text -> ActiveTab -> Widget n
- drawTabContent :: CardanoClient -> Client Tx IO -> RootState -> Widget Name
- drawModalTab :: CardanoClient -> Client Tx IO -> RootState -> Widget Name
- drawActionBar :: RootState -> Widget n
Documentation
draw :: CardanoClient -> Client Tx IO -> RootState -> [Widget Name] Source #
Root draw function wiring together the tab bar, active tab, status bar, and action bar.
drawTabBar :: ActiveTab -> Text -> Text -> Widget n Source #
modalTabLabel :: RootState -> Text Source #
drawActionBar :: RootState -> Widget n Source #