_CBcompWindowResizeResource Scol 5.x or above required
Define the callback to a resize resource event.
Prototype :
fun [CompWindow fun [CompWindow u0 I I [I I I I]] [AlphaBitmap [I I I I]] u0] CompWindow
- CompWindow : a compwindow container object
- fun [CompWindow u0 I I [I I I I]] [AlphaBitmap [I I I I]] : reflex. Supplemental arguments are the new width and the new height. Must return the new graphic resource and its parameters (x, y, width and height)
- u0 : a user parameter at your convenience
Return : CompWindow the same object or nil if error
See also :
Example :
Note :
This function became obsolete.