_CRtip
Creates a new tooltip object for a graphic control object.
Prototype :
fun [Chn u0 S I] ObjTip
- Chn : a owner channel.
- u0 : a 2d os control object (ObjWin, ObjText, ObjButton, ObjCheck,
ObjCombo, ObjBox, ObjMenuItem, ObjList, ObjTree, ObjListTab, ObjTab).
- S : a string to display in the tooltip. If nil, the tip will be empty.
- I : 0 for default values or a combination of these flags to add options :
- TIP_RELAY :
- TIP_CENTERBELOW :
- TIP_ALWAYS :
- TIP_BALLOON :
Return : ObjTip the new tip object if success, NIL otherwise (like an unsupported control)
See also :
Example :
Note :