All Classes Functions Enumerations Enumerator Pages
List of all members
TooltipPanel Class Reference

Inherits FloatingTileContent, and Component.

Detailed Description

Type-ID: TooltipPanel

Shows a descriptive text whenever the mouse hovers over a widget with a tooltip.

Use Control.set("tooltip", "This is the tooltip text") for each control that you want a tooltip for. Then add this panel and it will automatically show and hide the tooltip.

TooltipPanel Screenshot

Used base properties:

Example JSON

``` const var data = { "Type": "TooltipPanel", "Font": "Arial Italic", "FontSize": 20, "ColourData": { "bgColour": "0x22FF0000", "textColour": "0xFFFFFFFF", "itemColour1": "0xFF00FF00" } }; ```

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.