|
| Barracuda.GUI.ChannelCreator | | Maintainer | Henning Guenther |
|
|
|
| Description |
| A module containing a widget to create new channels.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data ChannelCreator |
| A widget to create new channels.
|
|
|
| channelCreatorNew :: IO ChannelCreator |
| Initiates a new ChannelCreator.
|
|
| channelCreatorGetWidget :: ChannelCreator -> Widget |
| Returns the Widget associated with a ChannelCreator.
|
|
| channelCreatorOnEnter :: ChannelCreator -> (String -> String -> Bool -> IO ()) -> IO () |
| Sets the callback for a ChannelCreator. It is called with channel name,
channel description and private flag, when the user confirms the data.
|
|
| Produced by Haddock version 0.8 |