_CBcompWindowDblClick Scol 5.x or above required
Define the callback to a double-click event.
Prototype :
fun [CompWindow fun [CompWindow u0 I I I I] u1 u0] CompWindow
- CompWindow : a compwindow container object
- fun [CompWindow u0 I I I I] u1 : reflex. Supplemental arguments are x and y click coordonates, mouse button, mask
- u0 : a user parameter at your convenience
Return : CompWindow the same object or nil if error
See also :
Example :