Runs toolTips with UIbutton and UItoggle
string message;
int delayTime;
enum placement= {"north", "south", "east", "west"};
enum enable= {"automatic", "always", "never"};
};
Runs toolTips with UIbutton and UIobjects derived from UIbutton such as UItoggle.
String. Message to display in the popup tooltip window.
Integer. Set the delay time (msec) to wait before popping up the window.
Enumerator. Places the message postion relative to the button.
Enumerator. The default is to show tooltips when the button pixmap is used .