580
edits
No edit summary |
(→Syntax) |
||
| Line 9: | Line 9: | ||
* Label is a printf-style format string (which need not contain expansions) | * Label is a printf-style format string (which need not contain expansions) | ||
* Property is a property value to display | * Property is a property value to display | ||
* Measure-text is a string used to size the tooltip, i.e the largest possible string. This configuration allows adjusting the tooltip font-size in the future without tooltip data changing (which would not be the case if an explicit width was specific) | * Measure-text is a string used to size the tooltip, i.e the largest possible string. This configuration allows adjusting the tooltip font-size in the future without tooltip data changing (which would not be the case if an explicit width was specific). If the measure-text is omitted, the actual label text is used, which can cause minor adjustments to tooltip size as the property value changes. | ||
* Mapping defines of a (growing) set of standard mappings of the property value | * Mapping defines of a (growing) set of standard mappings of the property value | ||
edits