_ADDtip
Several controls can reference a same tip object. This function allows to add a new control reference to a tip object.
Prototype :
fun [ObjTip u0] ObjTip
- ObjTip : a tip object.
- u0 : a control object to add (at this time, only the 2d os object
are supported (ObjWin, ObjText, ObjButton, ObjCheck, ObjCombo, ObjBox,
ObjMenuItem, ObjList, ObjTree, ObjListTab, ObjTab).
Return : ObjTip the same tip object if success, NIL otherwise (like an unsupported control)
See also :
Example :
Note :