Vizard 7 » Command Index » Vizard objects » node3d » <node3d:GUI:slider>.tickpicture
7.6

<node3d:GUI:slider>.tickpicture

This action will set the picture for the tick

<node3d:GUI:slider>.tickpicture(  
filename  
)  
filename
A valid image file.

Remarks

This action sets the picture that will appear in place of the tick.

Return Value

None

Example

slider = viz.addSlider()
slider.tickpicture('tick.jpg')

See also

<node3d:GUI:slider>.barpicture