![]() |
![]() |
Runs toolTips with UIlabel and its children
string message;
int delayTime;
enum placement= {"north", "south", "east", "west"};
enum enable= {"automatic", "always", "never"};
};
Runs toolTips with UIlabel and its children.
String. Message to display in the popup window.
Integer. Set the delay time (msec) to wait before popping up the window.
Enumerator. Places the message postion relative to the pixmap.
Enumerator. The default is to show tooltips when the label pixmap is used .
![]() |
![]() |