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

<node3d:GUI>.enable

Enable GUI object

<node3d:GUI>.enable()  

Remarks

This will allow the user to use the mouse to change the value of the GUI object. All GUI objects are enabled by default.

Return Value

None

Example

slider = viz.addSlider()
#Allow the user to move the slider
slider.enable()

See also

<node3d:GUI>.disable
<node3d:GUI>.getEnabled