_SETtipRectangle
This function is reserved to a future use. It should NOT be used.
Prototype :
fun [ObjTip u0 I I I I] ObjTip
- ObjTip : a tip object.
- u0 : a 2d control object (at this time, only an ObjWin, ObjText,
ObjButton, ObjCheck, ObjCombo, ObjBox, ObjMenuItem, ObjList, ObjTree,
ObjListTab or ObjTab object).
- I : the 'x' coordinate.
- I : the 'y' coordinate.
- I : the width.
- I : the height.
Return : ObjTip the same tip object if success, NIL otherwise
See also :
Example :
Note :