widgets/tooltip library
A tooltip displays information related to an widget when focused, hovered over on desktop, and long pressed on Android and iOS.
See https://forui.dev/docs/overlay/tooltip for working examples.
Classes
- FTooltip
- A tooltip displays information related to a widget when focused, hovered over, or long pressed.
- FTooltipControl
- A FTooltipControl defines how a FTooltip is controlled.
- FTooltipController
- A controller that controls whether a FTooltip is shown or hidden.
- FTooltipGroup
- Groups FTooltips together such that subsequent tooltips after the first one appears instantly until the group becomes inactive after activeDuration.
- FTooltipManagedControl
- A FTooltipManagedControl enables widgets to manage their own controller internally while exposing parameters for common configurations.
- FTooltipMotion
- Motion-related properties for FTooltip.
- FTooltipMotionDelta
- A delta that applies modifications to a FTooltipMotion.
- FTooltipStyle
- A FTooltip's style.
- FTooltipStyleDelta
- A delta that applies modifications to a FTooltipStyle.
Extensions
- $FTooltipMotionTransformations on FTooltipMotion
- Provides copyWith and lerp methods.
- $FTooltipStyleTransformations on FTooltipStyle
- Provides copyWith and lerp methods.