슬라이더 트랙의 넓이값(track_width)을 리턴하는 API이다.
function gettrackwidth_on_mouseup(objInst) { var res = slider.gettrackwidth(); screen.alert("res = " + res); }