casInfoBalloonOnHover
layoutXL casInfoBalloonOnHover boolean { t | nil }
Description
Controls the display of info balloons for on-canvas glyphs.
The default is nil, which means that an info balloon is displayed when you left click a Check Against Source glyph.
When set to t, the info balloon is displayed when you hover your mouse pointer over the glyph.
GUI Equivalent
Examples
envGetVal("layoutXL" "casInfoBalloonOnHover")
envSetVal("layoutXL" "casInfoBalloonOnHover" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top