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
Example
File
See Also Related Modules