UItoolTip

Synopsis

Runs toolTips with UIbutton and UItoggle

group UItoolTip {
       string message;
       int delayTime;
       enum placement= {"north", "south", "east", "west"};
       enum enable= {"automatic", "always", "never"};
  };

Description

Runs toolTips with UIbutton and UIobjects derived from UIbutton such as UItoggle.

Subobjects

message

String. Message to display in the popup tooltip window.

delayTime

Integer. Set the delay time (msec) to wait before popping up the window.

placement

Enumerator. Places the message postion relative to the button.
0= north
1= south
2= east
3= west
enable
Enumerator. The default is to show tooltips when the button pixmap is used .
0= auotmatic
1= always
2= never

Example

Not Available

File

v/UI.v

See Also Related Modules

UIbutton