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
Enumerator. Places the message postion relative to the button. 0= north 1= south 2= east 3= westenableEnumerator. The default is to show tooltips when the button pixmap is used . 0= auotmatic 1= always 2= never
Example
File
See Also Related Modules