manatee-ircclient-0.0.1: IRC client extension for Manatee.

Manatee.Extension.IrcClient.IrcView

Synopsis

Documentation

ircViewNew :: IrcBuffer -> PagePlugId -> IO IrcViewSource

Create new irc view.

ircViewListenChannel :: IrcView -> IO ()Source

Listen broadcast channel for draw view synchronous.

ircViewSwitchTranslateLanguage :: IrcView -> IO ()Source

Swtich translate language.

ircViewScrollVerticalPage :: Bool -> IrcView -> IO ()Source

Scroll page vertically.

ircViewScrollVerticalStep :: Bool -> IrcView -> IO ()Source

Scroll step vertically.

ircViewSendMorse :: IrcView -> IO ()Source

Send morse code.

ircViewSendMessage :: Bool -> IrcView -> IO ()Source

Send irc message.

ircViewWrapDeleteAction :: IrcView -> IO Bool -> IO ()Source

Wrap delete action.

ircViewDelLines :: IrcView -> IO ()Source

Delete lines.

ircViewDeleteForwardChar :: IrcView -> IO ()Source

Delete forward char.

ircViewDeleteToLineEnd :: IrcView -> IO ()Source

Delete to line end.

ircViewDeleteToLineStart :: IrcView -> IO ()Source

Delete to line start.

ircViewBackwardLine :: IrcView -> IO ()Source

Backward line.

ircViewBackwardChar :: IrcView -> IO ()Source

Backward char.

ircViewBackwardWord :: IrcView -> IO ()Source

Backward word.

ircViewToggleSelectionMark :: IrcView -> IO ()Source

Set selection mark.

ircViewExchangeSelectionMark :: IrcView -> IO ()Source

Exchange selection mark.

ircViewApplySelectionMark :: IrcView -> IO ()Source

Show selection mark.

ircViewMoveToPrompt :: IrcView -> IO ()Source

Move to prompt position.

ircViewGetInput :: IrcView -> IO ByteStringSource

Get input message.

ircViewSend :: IrcView -> ByteString -> IO ()Source

Send message.

ircViewOpenUrl :: IrcView -> IO ()Source

Open url around pointer.

ircViewTranslateMessage :: IrcView -> IO ()Source

Translate message around pointer.

ircViewTranslateMorse :: IrcView -> IO ()Source

Translate morse code.

ircViewReadMessage :: IrcView -> IO ()Source

Read message around pointer.

ircViewReadText :: IrcView -> String -> IO ()Source

Read irc message.

ircViewGetTooltipPoint :: IrcView -> IO PointSource

Get tooltip coordinate.