A configuration object for tool tips. More...
#include <Wt/Ext/ToolTipConfig>
Public Member Functions | |
ToolTipConfig (WObject *parent=0) | |
Create a default tool tip configuration object. | |
Public Attributes | |
bool | autoDismiss |
Option to dismiss the tool tip automatically after a fixed period. | |
bool | autoHide |
Option to hide the tool tip when the mouse moves away. | |
int | dismissDelay |
Delay (in milliseconds) to dismiss the tool tip. | |
int | hideDelay |
Delay (in milliseconds) to hide the tool tip. | |
int | showDelay |
Delay (in milliseconds) to show the tool tip. | |
bool | animate |
Option to use animations. | |
bool | hideOnClick |
Option to hide when the user clicks anywhere. | |
int | maxWidth |
Maximum tool tip width (pixels). | |
int | minWidth |
Minimum tool tip width (pixels). | |
bool | trackMouse |
Option to track the mouse. |
A configuration object for tool tips.
Option to use animations.
The default value is false.
Option to dismiss the tool tip automatically after a fixed period.
The default value is true.
Option to hide the tool tip when the mouse moves away.
The default value is true.
Option to hide when the user clicks anywhere.
The default value is true.
Maximum tool tip width (pixels).
The default value is 300.
Minimum tool tip width (pixels).
The default value is 40.
Delay (in milliseconds) to show the tool tip.
The default value is 500.
Option to track the mouse.
The default value is false