Drawing range bar
If you not use the ui_draw_all();
function. To draw the range bar, you can call the following function.
ui_range_draw (control);
Return: N / A
Argument control is the handle of ui_range_create(...);
function you want to draw.
ui_range_draw (volumeBar);
Drawing volumeBar range bar that has been described.
Examples of the results: |
---|
![]() |