Manatee.Toolkit.Widget.Tooltip
- data Tooltip = Tooltip {}
- tooltipAlignSize :: Int
- tooltipDefaultForegroundColor :: Color
- tooltipDefaultBackgroundColor :: Color
- tooltipNew :: Int -> Window -> String -> Maybe Point -> Int -> Maybe Color -> Maybe Color -> Bool -> TVar (Set Tooltip) -> IO Tooltip
- tooltipExit :: Tooltip -> TVar (Set Tooltip) -> IO ()
Documentation
Constructors
| Tooltip | |
Align size.
tooltipDefaultForegroundColor :: ColorSource
Default foreground color.
tooltipDefaultBackgroundColor :: ColorSource
Default background color.
Arguments
| :: Int | id |
| -> Window | top-level parent window |
| -> String | text |
| -> Maybe Point | point, |
| -> 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.