| Did you know ... | Search Documentation: |
| scroll_bar->bubble |
<-length, scroll_bar<-start
and scroll_bar<-view
tell the scrollbar which part of the object scrolled is currently in the
window:
scroll_bar ->lengthTotal size of the object scroll_bar ->startStart of the visible part scroll_bar ->viewSize of the visible part
The method scroll_bar->bubble
allows the user to change all three parameters with one message. See
also scroll_bar->compute.