|
| Barracuda.GUI.Infrastructure |
|
|
| Description |
| A widget to manipulate the infrastructure mode of the node.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data InfrastructureWidget |
| A widget to edit the infrastructural data.
|
|
|
| infrastructureWidgetNew :: IO InfrastructureWidget |
| Creates a new InfrastructureWidget.
|
|
| infrastructureWidgetGet :: InfrastructureWidget -> Widget |
| Returns the associated Widget.
|
|
| onUpdate :: InfrastructureWidget -> (Maybe [SockAddr] -> IO ()) -> IO () |
| Sets the function to be called whenever the user sets new infrastructure
informations.
|
|
| Produced by Haddock version 0.8 |