Public Member Functions | Public Attributes

Wt::Ext::ToolTipConfig Class Reference
[Ext widgets]

A configuration object for tool tips. More...

#include <Wt/Ext/ToolTipConfig>

Inherits Wt::WObject.

List of all members.

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.

Detailed Description

A configuration object for tool tips.

See also:
AbstractButton::configureToolTip()

Member Data Documentation

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.

Delay (in milliseconds) to dismiss the tool tip.

The default value is 5000.

See also:
autoDismiss

Delay (in milliseconds) to hide the tool tip.

The default value is 200.

See also:
autoHide

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


Generated on Mon Nov 29 2010 08:03:20 for Wt by doxygen 1.7.1