ContentsIndex
Barracuda.GUI.ChannelCreator
MaintainerHenning Guenther
Description
A module containing a widget to create new channels.
Synopsis
data ChannelCreator
channelCreatorNew :: IO ChannelCreator
channelCreatorGetWidget :: ChannelCreator -> Widget
channelCreatorOnEnter :: ChannelCreator -> (String -> String -> Bool -> IO ()) -> IO ()
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