ToolTip
import { ToolTip } from "material.slint";export component Example inherits Window { width: 200px; height: 100px; background: transparent; ToolTip { text: "This is a tooltip"; x: 10px; y: 10px; }}
slint
A ToolTip
displays additional information when hovering over a component.
Properties
Section titled “Properties”string default: ""
The text to display in the tooltip.
© 2025 SixtyFPS GmbH