U_RESIZESB

Resize a scroll bar window

 

USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall U_RESIZESB(scroll_id, new_length)

scroll_id

The ID of a scroll bar window. (n)

new_length

The new length in characters for the scroll bar window. (n)

U_RESIZESB changes the length of a scroll bar window. It changes the height of a vertical scroll bar, or it changes the width of a horizontal scroll bar.

Scroll_id must be a window ID returned by U_CREATESB.

U_CREATESB routine for information on creating scroll bar windows