_CBcompTextCursorMoveOut Scol 5.x or above required
Defines the mouse leave event to an text container object.
Prototype :
fun [CompText fun [CompText u0 I I I] u1 u0] CompText
- CompText : a text object.
- fun [CompText u0 I I I] u1 : the callback. Supplementals arguments are :
the x and y click coordonates, the mouse button.
- u0 : an user parameter, at your convenience.
Return : CompText the same object or nil if error.
See also :
_CBcompTextCursorMoveIn
Example :