tooltip

This definition determines the graphical components used for rendering the tooltips.


Definition

<tooltip > <frame > <name > ... </name> <margins > ... </margins> <wrapwidth > ... </wrapwidth> </frame> <font > ... </font> </tooltip>

<tooltip >

 

<frame >

Properties of the background frame

<name > ... </name>

The name of the frame resource used

<margins > ... </margins>

A comma separated list of four numbers specifying the pixel margins applied to the frame when drawn

<wrapwidth > ... </wrapwidth>

The maximum width of the tooltip text, exceeding text will be wrapped

</frame>

 

<font > ... </font>

The name of the font resource used to draw the tooltip text

</tooltip>