Previous Up Next

_CBcompComboResize
Sets a callback corresponding to the component resize event.

CompCombo _CBcompComboResize (
CompCombo _combo_
fun [CompText u0 I I] u1 _callbacktext_
u0 _usertext_
fun [CompCheck u2 I I] u3 _callbackcheck_
u2 _usercheck_
fun [CompBitmap u4 I I] u5 _callbackbitmap_
u4 _userbitmap_
fun [CompList u6 I I] u7 _callbacklist_
u6 _userlist_
fun [CompSlideBar u8 I I] u9 _callbackslide_
u8 _uservslide_
)
Parameters

_combo_
any CompCombo
_callbacktext_
callback function on component text area resize (supplemental parameters are w and h)
w and h define new component size
_usertext_
user parameter
_callbackcheck_
callback function on component check button resize (supplemental parameters are w and h)
w and h define new component size
_usercheck_
user parameter
_callbackbitmap_
callback function on component bitmap resize (supplemental parameters are w and h)
w and h define new component size
_userbitmap_
user parameter
_callbacklist_
callback function on component list resize (supplemental parameters are w and h)
w and h define new component size
_userlist_
user parameter
_callbackslide_
callback function on component vertical slide bar resize (supplemental parameters are w and h)
w and h define new component size
_uservslide_
user parameter
Return value

same CompCombo