<node3d:GUI:slider>.barpicture

This action will set the picture for the bar

 

<node3d:GUI:slider>.barpicture(
    filename    

)

 

filename

A valid image file


Remarks

This action will set the picture that appears on the background bar of the slider.

Return Value

None

Example

slider = viz.addSlider()
slider.barpicture('bar.jpg')

See also

<node3d:GUI:slider>.tickpicture