DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_slider: id$, value
[, width%=100, height%=16]
Create a slider
Example :
DDgui_slider(“slider”,0.5,100,20)
Result :
This will create a slider 100 pixels wide, with the slider graphic being in the middle.
