UIIndex.gif Previous-2.gif Next-3.gif

UItoolTip


Runs toolTips with UIlabel and its children

Synopsis

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

Description

Runs toolTips with UIlabel and its children.

Subobjects

message

String. Message to display in the popup window.

delayTime

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

placement

Enumerator. Places the message postion relative to the pixmap.

•      0= north

•      1= south

•      2= east

•      3= west

enable

Enumerator. The default is to show tooltips when the label pixmap is used .

•      0= auotmatic

•      1= always

•      2= never

Example

None.

File

v/UI.v

See Also

UIlabel

 



UIIndex.gif Previous-2.gif Next-3.gif