manatee-core-0.0.2: The core of Manatee.

Manatee.Toolkit.Widget.Tooltip

Synopsis

Documentation

tooltipDefaultForegroundColor :: ColorSource

Default foreground color.

tooltipDefaultBackgroundColor :: ColorSource

Default background color.

tooltipNewSource

Arguments

:: Int

id

-> Window

top-level parent window

-> String

text

-> Maybe Point

point, Nothing will set right-top corner of screen

-> Int

timeout

-> Maybe Color

foreground color

-> Maybe Color

background color

-> Bool

weather hide when key press

-> TVar (Set Tooltip)

set to manage temporary tooltip

-> IO Tooltip 

New tooltip.

tooltipExit :: Tooltip -> TVar (Set Tooltip) -> IO ()Source

Exit tooltip.