Purpose
Create
a scrollbar object.
Synopsis
procedure XADcreatescrollbar(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, vertical:boolean)
Arguments
|
wid
|
id of the window containing the scrollbar
|
|
id
|
Scrollbar identifier
|
|
x
|
x coordinate (from left of window) of the scrollbar in pixels
|
|
y
|
y coordinate (from top of window) of the scrollbar in pixels
|
|
w
|
Width of the scrollbar in pixels
|
|
h
|
Height of the scrollbar in pixels
|
|
vertical
|
true=vertical; false=horizontal
|
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.