Previous Up Next

_CBcontainerPostRender
Defines a user callback on container post render event

ObjContainer _CBcontainerPostRender (
ObjContainer _container_
fun [ObjContainer u0 [I I I I]] u1 _callback_
u0 _user_
)
Parameters

_container_
ObjContainer
_callback_
callback function on container post render (supplemental parameters is [x1 y1 x2 y2])
x1 and y1 are top left point coordinates of repaint rectangle
x2 and y2 are bottom right point coordinates of repaint rectangle
_user_
user parameter
Return value

same ObjContainer