Previous | Up | Next |
Sets a callback corresponding to the component resize event.Parameters
CompList _CBcompListResize ( CompList _list_ fun [CompList u0 I I] u1 _callback_ u0 _user_ fun [CompSlideBar u2 I I] u3 _callbackvslide u2 _uservslide_ )
Return value
_list_ any CompList _callback_ callback function on component resize (supplemental parameters are w and h)
w and h define new component size_user_ user parameter _callbackvslide callback function on component vertical slide bar resize (supplemental parameters are w and h)
w and h define new component size_uservslide_ user parameter
same CompList