_CBcompCheckUnClick Scol 5.x or above required
Define the callback to an unclick event.
Prototype :
fun [CompCheck fun [CompRollOver u0 I I I I] u1 u0] CompCheck
- CompCheck : a check box container.
- fun [CompCheck u0 I I I I] u1 : the callback. Supplementals arguments are :
the x mouse position, the y mouse position, the mouse button and the mask (special
key pressed).
- u0 : a user parameter, at your convenience.
Return : CompCheck the same object or nil if error.
See also :
_CBcompCheckClick
Example :