Copyright | (c) Ivan A. Malison |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | Ivan A. Malison |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module provides a channel based network graph widget.
Synopsis
Documentation
data NetworkGraphConfig Source #
NetworkGraphConfig
configures the network graph widget.
NetworkGraphConfig | |
|
Instances
defaultNetworkGraphConfig :: NetworkGraphConfig Source #
Default configuration paramters for the network graph.
networkGraphNew :: GraphConfig -> Maybe [String] -> TaffyIO Widget Source #
networkGraphNew
instantiates a network graph widget from a GraphConfig
and a list of interfaces.
networkGraphNewWith :: NetworkGraphConfig -> TaffyIO Widget Source #
networkGraphNewWith
instantiates a network graph widget from a
NetworkGraphConfig
.