Source code
Contents
Index
Tooltip
Synopsis
class
(
GUIObject
w) => HasTooltip w
where
tooltip
:: String -> w -> IO w
destroyTooltip
:: w -> IO ()
Documentation
class
(
GUIObject
w) => HasTooltip w
where
Widgets can have tooltips (if you are using tixwish).
Methods
tooltip
:: String -> w -> IO w
Sets the tooltip text for the given widget.
destroyTooltip
:: w -> IO ()
Destroys the tooltip of the given widget (if exists).
Instances
HasTooltip
Button
HasTooltip
Canvas
HasTooltip
(
CheckButton
a)
HasTooltip
Editor
HasTooltip
(
Entry
a)
HasTooltip
Label
HasTooltip
LabelFrame
HasTooltip
(
ListBox
a)
HasTooltip
MenuButton
HasTooltip
Message
HasTooltip
NoteBookPage
HasTooltip
(
OptionMenu
a)
HasTooltip
(
RadioButton
a)
HasTooltip
(
Scale
a)
HasTooltip
ScrollBar
Produced by
Haddock
version 0.3