_SETtipTitle
Sets a title and an icon to a tip object.
Prototype :
fun [ObjTip S I I] ObjTip
- ObjTip : a tip object.
- S : a title, with 99 chars maximum. This title should be displayed in bold.
If nil, no title is displyed.
- I : at this time, only one of these predefined icons :
- TIP_NOICON : no icon to display.
- TIP_INFOICON : "Information" icon.
- TIP_WARNICON : "Warning" icon.
- TIP_ERRORICON : "Error" icon.
- I : the icon size, one of these two flags :
- TIP_SMALLICON
- TIP_LARGEICON
Return : ObjTip the same tip object if success, NIL otherwise
See also :
Example :
Note :