¤ helpBubbleF

Types

helpBubbleF :: (Graphic a) => a -> F b c -> F b c

Synopsis

helpBubbleF help fud

Description

helpBubbleF is used to attach help bubbles (also called tool tips) to fudgets.

The command line switch -helpbubbles [yes|no] controls whether help bubbles appear.

Arguments

help :: a
Help message. This can be a value of any type in the Graphicclass, e.g., a string.

fud :: F b c
A fudget. When the mouse pointer is located over the screen area occupied by this fudget, the help bubble will appear.

Example

 helpBubbleF "This button terminates the program" quitButtonF