uni-htk-2.2.1.2: Graphical User Interface for Haskell Programs

Safe HaskellNone
LanguageHaskell98

HTk.Kernel.Tooltip

Synopsis

Documentation

class GUIObject w => HasTooltip w where Source

Widgets can have tooltips (if you are using tixwish).

Minimal complete definition

Nothing

Methods

tooltip :: String -> w -> IO w Source

destroyTooltip :: w -> IO () Source

Instances

HasTooltip LabelFrame

A labelled frame can have a tooltip.

HasTooltip NoteBookPage

A notebook page can have a tooltip.

HasTooltip Button

A button can have a tooltip.

HasTooltip ScrollBar

A scrollbar can have a tooltip.

HasTooltip Canvas

A canvas can have a tooltip (only displayed if you are using tixwish).

HasTooltip Editor

An editor widget can have a tooltip.

HasTooltip Label

A label widget can have a tooltip (only displayed if you are using tixwish).

HasTooltip MenuButton

A menubutton can have a tooltip (only displayed if you are using tixwish).

HasTooltip Message

A message widget can have a tooltip (only displayed if you are using tixwish).

HasTooltip (CheckButton a)

An checkbutton can have a tooltip (only displayed if you are using tixwish).

HasTooltip (Entry a)

An entry can have a tooltip (only displayed if you are using tixwish).

HasTooltip (ListBox a)

A listbox can have a tooltip (only displayed if you are using tixwish).

HasTooltip (OptionMenu a)

An option menu can have a tooltip (only displayed if you are using tixwish).

HasTooltip (RadioButton a)

A radiobutton can have a tooltip.

HasTooltip (Scale a)

A scale widget can have a tooltip.