_CBcompWindowResize Scol 5.x or above required
Define the callback to a resize event.
Prototype :
fun [CompWindow fun [CompWindow u0 I I] u1 u0] CompWindow
- CompWindow : a compwindow container object
- fun [CompWindow u0 I I] u1 : reflex. Supplemental arguments are the new width and the new height
- u0 : a user parameter at your convenience
Return : CompWindow the same object or nil if error
See also :
Example :